|
self._gammu_worker.enqueue_command("SetIncomingCallback", (self._on_incoming_call,)) |
|
self._gammu_worker.enqueue_command("SetIncomingCallback", (self._on_incoming_sms,)) |
|
self._gammu_worker.enqueue_command("SetIncomingCallback", (self._on_incoming_ussd,)) |
I wonder how this even worked 🤣
pyPhone/pyphone/controllers/gammu_controller.py
Line 111 in 3ed2a94
pyPhone/pyphone/controllers/gammu_controller.py
Line 114 in 3ed2a94
pyPhone/pyphone/controllers/gammu_controller.py
Line 117 in 3ed2a94
I wonder how this even worked 🤣