From: Thorsten Date: Wed, 25 Oct 2023 05:23:28 +0000 (+0200) Subject: fuck that X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=9a70ff5b22dd467e499c57552870eff9d4e5b618;p=urlbot-v3.git fuck that --- diff --git a/distbot/plugins/feeds.py b/distbot/plugins/feeds.py index e270e10..ea25a79 100644 --- a/distbot/plugins/feeds.py +++ b/distbot/plugins/feeds.py @@ -103,7 +103,7 @@ class DSAWatcher(Worker): def init_queue(self): # some semantic misuse here to get the thing started after connecting super().init_queue() - send_action(self.actionqueue, self.start_crawling()) + # send_action(self.actionqueue, self.start_crawling()) def parse_body(self, msg): words = get_words(msg)[1:]