From 8da53cabdbcfb97e2ffa0e61aee99b6ac6d84d7e Mon Sep 17 00:00:00 2001 From: Frisk Date: Sat, 20 Feb 2021 19:18:59 +0100 Subject: [PATCH] Remove debug code --- src/bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bot.py b/src/bot.py index b16acdb..b9bcd98 100644 --- a/src/bot.py +++ b/src/bot.py @@ -177,7 +177,6 @@ class RcQueue: if not db_wiki["ROWID"] < current_domain["last_rowid"]: current_domain["query"].append(QueuedWiki(db_wiki["wiki"], 20)) except KeyError: - raise await self.start_group(domain, [QueuedWiki(db_wiki["wiki"], 20)]) logger.info("A new domain group ({}) has been added since last time, adding it to the domain_list and starting a task...".format(domain)) except ListFull: