[test] Final shutdown

pull/143/head
ZetGo | Aleksej K. 2025-06-06 01:31:38 +03:00
parent 0731aa4c35
commit 42f10b6674
1 changed files with 2 additions and 0 deletions

View File

@ -996,6 +996,8 @@ class Heroku:
)
try:
self.loop.run_until_complete(self._main())
except:
pass
finally:
self.loop.run_until_complete(self._shutdown_handler())