Started messing with your script, and on launch I'm seeing the following error:
/home/user/plow.py:199: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
Looking around online, there's some talk about it having something to do with using Python 3.10 or newer, but I'm not sure...
Started messing with your script, and on launch I'm seeing the following error:
Looking around online, there's some talk about it having something to do with using Python 3.10 or newer, but I'm not sure...