From 42f10b6674951f436c133612610f1d7958507428 Mon Sep 17 00:00:00 2001 From: "ZetGo | Aleksej K." Date: Fri, 6 Jun 2025 01:31:38 +0300 Subject: [PATCH] [test] Final shutdown --- heroku/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heroku/main.py b/heroku/main.py index f725ffc..10dbd34 100644 --- a/heroku/main.py +++ b/heroku/main.py @@ -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())