mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Man, I really didn't get enough sleep last night. Let's try this.
This commit is contained in:
parent
f77f48d0f3
commit
34ca5530b0
@ -136,6 +136,7 @@ class RSS(callbacks.Privmsg):
|
|||||||
world.threadsSpawned += 1
|
world.threadsSpawned += 1
|
||||||
t.setDaemon(True)
|
t.setDaemon(True)
|
||||||
t.start()
|
t.start()
|
||||||
|
time.sleep(0.1) # So other threads can run.
|
||||||
finally:
|
finally:
|
||||||
self.locks[url].release()
|
self.locks[url].release()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user