Fix motor atoff

This commit is contained in:
Konstantin Lampalzer 2021-01-15 23:58:43 +01:00
parent 728e7ff4d0
commit 6854b9d7cb
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9

View file

@ -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)