Fix motor atoff
This commit is contained in:
parent
728e7ff4d0
commit
6854b9d7cb
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ class Motor(object):
|
||||||
Motor.power(i, 0)
|
Motor.power(i, 0)
|
||||||
|
|
||||||
|
|
||||||
atexit.register(Motor.all_off())
|
atexit.register(Motor.all_off)
|
||||||
|
|
Reference in a new issue