thodpap
Results
1
comments of
thodpap
I found out that there are some functions that you can set for just callbacks. Suppose you have ``` def handle_start_notifying(data): print(data) def handle_stop_notifying(data): print(data) def message_handler(message): print(data) # message...