Man, I really didn't get enough sleep last night. Let's try this.

This commit is contained in:
Jeremy Fincher 2004-04-09 11:38:06 +00:00
parent f77f48d0f3
commit 34ca5530b0
1 changed files with 1 additions and 0 deletions

View File

@ -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()