mirror of https://github.com/coddrago/Heroku
Merge branch 'dev-test' of https://github.com/zetgohack/Herokuoooooooooookak into dev-test
commit
3e1b11cb21
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue