pull/145/head
ZetGo | Aleksej K. 2025-06-07 22:35:25 +03:00
commit 3e1b11cb21
1 changed files with 1 additions and 0 deletions

View File

@ -988,6 +988,7 @@ class Heroku:
for task in asyncio.all_tasks():
if task is not asyncio.current_task():
task.cancel()
logging.info("Bye!")
self.loop.stop()
def main(self):