Browse Source

fix wrong variable name

pylinphone
Fr3deric 4 years ago
parent
commit
a57c1e42a0
  1. 2
      fetapd.py

2
fetapd.py

@ -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…
Cancel
Save