Fix updater

pull/1/head
hikariatama 2022-05-08 20:03:12 +00:00
parent 14b15b65e8
commit 3599d260cd
1 changed files with 0 additions and 8 deletions

View File

@ -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: