Slixfeed/slixfeed
Schimon Jehudah 4d03d6e16e Laura: Fix runtime warning: coroutine was never awaited
```
/usr/lib/python3.11/asyncio/events.py:73: RuntimeWarning: coroutine 'send_update' was never awaited
  self._args = None
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/usr/lib/python3.11/asyncio/events.py:73: RuntimeWarning: coroutine 'send_status' was never awaited
  self._args = None
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
```
Thank you, Laura
2023-12-27 22:41:53 +00:00
..
.gitkeep Add new directory 2023-07-16 15:22:20 +00:00
__main__.py Improve connectivity recovery 2023-12-24 18:37:05 +00:00
confighandler.py Add proxy services. 2023-12-26 11:22:45 +00:00
datahandler.py Add proxy services. 2023-12-26 11:22:45 +00:00
datetimehandler.py Do not send updates when updates are not enabled. Add a new module for handling URLs. Remove awaitables from functions of mere runtime actions. 2023-12-14 08:43:30 +00:00
filehandler.py Add support for configuration files. Undo most of the changes of commit ecdcfe9c22 2023-12-11 09:04:45 +00:00
listhandler.py Add support for configuration files. Undo most of the changes of commit ecdcfe9c22 2023-12-11 09:04:45 +00:00
main.py.bak Various of modifications 2023-12-01 13:22:03 +00:00
opmlhandler.py Update 8 files 2023-11-13 13:45:10 +00:00
sqlitehandler.py Add proxy services. 2023-12-26 11:22:45 +00:00
taskhandler.py Laura: Fix runtime warning: coroutine was never awaited 2023-12-27 22:41:53 +00:00
urlhandler.py Add proxy services. 2023-12-26 11:22:45 +00:00
xmpphandler.py Add proxy services. 2023-12-26 11:22:45 +00:00