Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incoming callback handles all events, should only be registered once #1

Open
ChrisDeadman opened this issue Sep 26, 2018 · 0 comments

Comments

@ChrisDeadman
Copy link
Owner

ChrisDeadman commented Sep 26, 2018

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 🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant