mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-16 14:25:02 -05:00
Reverting previous changes
This commit is contained in:
parent
33a28d20a3
commit
18d7884c2d
@ -1304,12 +1304,6 @@ 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():
|
||||
|
Loading…
Reference in New Issue
Block a user