From 3599d260cd94fd49b689c3a97368c23b10b66793 Mon Sep 17 00:00:00 2001 From: hikariatama Date: Sun, 8 May 2022 20:03:12 +0000 Subject: [PATCH] Fix updater --- hikka/modules/updater.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hikka/modules/updater.py b/hikka/modules/updater.py index 1d57231..e7ebaa6 100755 --- a/hikka/modules/updater.py +++ b/hikka/modules/updater.py @@ -269,14 +269,6 @@ class UpdaterMod(loader.Module): if req_update: self.req_common() - try: - msg_obj = await utils.answer( - msg_obj, - self.strings("restarting_caption"), - ) - except Exception: - pass - await self.restart_common(msg_obj) except GitCommandError: if not hard: