]> git.aero2k.de Git - urlbot-v3.git/commitdiff
fuck that
authorThorsten <mail@aero2k.de>
Wed, 25 Oct 2023 05:23:28 +0000 (07:23 +0200)
committerThorsten <mail@aero2k.de>
Wed, 25 Oct 2023 05:23:28 +0000 (07:23 +0200)
distbot/plugins/feeds.py

index e270e108b7895ebe9357f1128f1a0be833ccda40..ea25a79f2cb9fe83dfca962dd9ebe44ef0c5edc0 100644 (file)
@@ -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:]