mirror of https://github.com/coddrago/Heroku
Fix updater
parent
14b15b65e8
commit
3599d260cd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue