mirror of https://github.com/coddrago/Heroku
[test] Final shutdown
parent
0731aa4c35
commit
42f10b6674
|
@ -996,6 +996,8 @@ class Heroku:
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
self.loop.run_until_complete(self._main())
|
self.loop.run_until_complete(self._main())
|
||||||
|
except:
|
||||||
|
pass
|
||||||
finally:
|
finally:
|
||||||
self.loop.run_until_complete(self._shutdown_handler())
|
self.loop.run_until_complete(self._shutdown_handler())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue