Benjamin-Loison / cpython

The Python programming language
https://www.python.org/
Other
0 stars 0 forks source link

`python3.10/asyncio/base_events.py:674: RuntimeWarning: coroutine 'AddonManager.handle_lifecycle' was never awaited self._ready.clear()` #12

Open Benjamin-Loison opened 8 months ago

Benjamin-Loison commented 8 months ago

On crontab sometimes have:

cd Desktop/bens_folder/dev/notifications/bnp/ && ./notifyOnBnpUpdate.py > /dev/null
/usr/lib/python3.10/asyncio/base_[events.py:674](http://events.py:674/): RuntimeWarning: coroutine 'AddonManager.handle_lifecycle' was never awaited
  self._ready.clear()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback