From 34ca5530b0cc99f2ae8bb3d5877223fbe835b50a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 9 Apr 2004 11:38:06 +0000 Subject: [PATCH] Man, I really didn't get enough sleep last night. Let's try this. --- plugins/RSS.py | 1 + 1 file changed, 1 insertion(+) 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()