From 56686c22bc006968d9fee744ffabf07db1797fdd Mon Sep 17 00:00:00 2001 From: thedragonsinn <98635854+thedragonsinn@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:04:11 +0530 Subject: [PATCH] bugfix: forgot to remove test code. --- app/plugins/tools/pm_n_tag_logger.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/plugins/tools/pm_n_tag_logger.py b/app/plugins/tools/pm_n_tag_logger.py index 4ee4c2b..b048e90 100644 --- a/app/plugins/tools/pm_n_tag_logger.py +++ b/app/plugins/tools/pm_n_tag_logger.py @@ -122,8 +122,6 @@ def cache_message(message: Message): async def runner(): - await asyncio.sleep(20) - raise TypeError() if not (Config.TAG_LOGGER or Config.PM_LOGGER): return last_pm_logged_id = 0