diff --git a/heroku/main.py b/heroku/main.py index a42352a..63b5488 100644 --- a/heroku/main.py +++ b/heroku/main.py @@ -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):