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():
|
for task in asyncio.all_tasks():
|
||||||
if task is not asyncio.current_task():
|
if task is not asyncio.current_task():
|
||||||
task.cancel()
|
task.cancel()
|
||||||
|
logging.info("Bye!")
|
||||||
self.loop.stop()
|
self.loop.stop()
|
||||||
|
|
||||||
def main(self):
|
def main(self):
|
||||||
|
|
Loading…
Reference in New Issue