1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Reverting previous changes

This commit is contained in:
echel0n 2014-06-30 02:42:04 -07:00
parent 33a28d20a3
commit 18d7884c2d

View File

@ -1303,13 +1303,7 @@ def saveAll():
def saveAndShutdown():
halt()
saveAll()
for fd in IOLoop.current()._handlers.keys():
try:
os.close(fd)
except Exception:
pass
def invoke_command(to_call, *args, **kwargs):
def delegate():