mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01: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:
|
||||
timeout = conf.supybot.drivers.poll()
|
||||
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)
|
||||
else:
|
||||
asyncore.poll(timeout)
|
||||
|
Loading…
Reference in New Issue
Block a user