Browse Source

fix wrong variable name

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

2
fetapd.py

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

Loading…
Cancel
Save