2023-06-17T00:49:54.641 [CRITICAL] Unhandled exception: name 'done' is not defined Traceback (most recent call last): File "/home/ben/workspace/bitbot/bitbotd", line 157, in bot.run() File "/home/ben/workspace/bitbot/src/IRCBot.py", line 284, in run self._event_loop() File "/home/ben/workspace/bitbot/src/IRCBot.py", line 315, in _event_loop self._check() File "/home/ben/workspace/bitbot/src/IRCBot.py", line 433, in _check poll_timeout.call() File "/home/ben/workspace/bitbot/src/Timers.py", line 124, in call timer.callback(timer) File "/home/ben/workspace/bitbot/modules/rss.py", line 106, in _timer pages = utils.http.request_many(requests) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ben/workspace/bitbot/src/utils/http.py", line 308, in request_many asyncio.run(_getResponses(requests)) File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/home/ben/workspace/bitbot/src/utils/http.py", line 306, in _getResponses done.pending = await asyncio.wait(tasks) ^^^^ NameError: name 'done' is not defined