fix wrong variable name
This commit is contained in:
parent
834233ac17
commit
a57c1e42a0
1 changed files with 1 additions and 1 deletions
|
@ -82,5 +82,5 @@ if __name__ == '__main__':
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
phone.stop()
|
phone.stop()
|
||||||
feap.set_wecker(False)
|
feap.set_wecker(False)
|
||||||
c.stop()
|
controller.stop()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue