mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-22 01:23:43 +00:00
Reverting previous changes
This commit is contained in:
parent
33a28d20a3
commit
18d7884c2d
1 changed files with 1 additions and 7 deletions
|
@ -1303,13 +1303,7 @@ def saveAll():
|
||||||
def saveAndShutdown():
|
def saveAndShutdown():
|
||||||
halt()
|
halt()
|
||||||
saveAll()
|
saveAll()
|
||||||
|
|
||||||
for fd in IOLoop.current()._handlers.keys():
|
|
||||||
try:
|
|
||||||
os.close(fd)
|
|
||||||
except Exception:
|
|
||||||
pass
|
|
||||||
|
|
||||||
def invoke_command(to_call, *args, **kwargs):
|
def invoke_command(to_call, *args, **kwargs):
|
||||||
|
|
||||||
def delegate():
|
def delegate():
|
||||||
|
|
Loading…
Reference in a new issue