mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-16 06:15:09 -05:00
Fixed bad file descriptor for Tornado
This commit is contained in:
parent
71d95b463e
commit
e5546cb5a4
@ -149,6 +149,4 @@ class SRWebServer(threading.Thread):
|
||||
|
||||
def shutDown(self):
|
||||
self.alive = False
|
||||
if self.server:
|
||||
self.server.stop()
|
||||
self.io_loop.stop()
|
Loading…
Reference in New Issue
Block a user