mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
Removed a FIXME that's really just a complaint.
This commit is contained in:
parent
e1aa6efdff
commit
517a5909ea
@ -50,7 +50,7 @@ class AsyncoreRunnerDriver(drivers.IrcDriver):
|
|||||||
try:
|
try:
|
||||||
timeout = conf.supybot.drivers.poll()
|
timeout = conf.supybot.drivers.poll()
|
||||||
if not asyncore.socket_map:
|
if not asyncore.socket_map:
|
||||||
# FIXME: asyncore should take care of this... but it doesn't?
|
# asyncore should take care of this... but it doesn't?
|
||||||
time.sleep(timeout)
|
time.sleep(timeout)
|
||||||
else:
|
else:
|
||||||
asyncore.poll(timeout)
|
asyncore.poll(timeout)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user