diff --git a/plugins/RSS.py b/plugins/RSS.py index 2af4535cd..8d4f75b92 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -136,6 +136,7 @@ class RSS(callbacks.Privmsg): world.threadsSpawned += 1 t.setDaemon(True) t.start() + time.sleep(0.1) # So other threads can run. finally: self.locks[url].release()