fix wrong variable name

This commit is contained in:
Fr3deric 2020-12-27 23:51:40 +00:00
parent 834233ac17
commit a57c1e42a0
1 changed files with 1 additions and 1 deletions

View File

@ -82,5 +82,5 @@ if __name__ == '__main__':
except KeyboardInterrupt:
phone.stop()
feap.set_wecker(False)
c.stop()
controller.stop()