plow icon indicating copy to clipboard operation
plow copied to clipboard

DeprecationWarning

Open Meatball13 opened this issue 2 years ago • 4 comments

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...

Meatball13 avatar Feb 13 '23 17:02 Meatball13