pushbullet.py
pushbullet.py copied to clipboard
DeprecationWarning for event loop with Python 3.10
Using the example code with Python 3.10 gives an 'DeprecationWarning: There is no current event loop' for the line get_event_loop()
.