From 9a70ff5b22dd467e499c57552870eff9d4e5b618 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Wed, 25 Oct 2023 07:23:28 +0200 Subject: [PATCH] fuck that --- distbot/plugins/feeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:] -- 2.39.2