From 2829ac56f44d0503cc541b8b2c274473390cefa1 Mon Sep 17 00:00:00 2001 From: "ZetGo | Aleksej K." <73279716+ZetGoHack@users.noreply.github.com> Date: Sat, 24 May 2025 18:23:23 +0300 Subject: [PATCH] [test] tesing update ignoring --- heroku/modules/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku/modules/updater.py b/heroku/modules/updater.py index cf523b0..8781ffe 100644 --- a/heroku/modules/updater.py +++ b/heroku/modules/updater.py @@ -146,7 +146,7 @@ class UpdaterMod(loader.Module): self.set("ignore_permanent", self.get_latest()) await call.answer(self.strings("latest_disabled")) return - +#### await self._delete_all_upd_messages() with contextlib.suppress(Exception):