mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 11:58:01 -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):
|
def shutDown(self):
|
||||||
self.alive = False
|
self.alive = False
|
||||||
if self.server:
|
self.io_loop.stop()
|
||||||
self.server.stop()
|
|
||||||
self.io_loop.stop()
|
|
Loading…
Reference in New Issue
Block a user