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

Fixed bad file descriptor for Tornado

This commit is contained in:
echel0n 2014-11-27 04:37:56 -08:00
parent 71d95b463e
commit e5546cb5a4

View File

@ -149,6 +149,4 @@ class SRWebServer(threading.Thread):
def shutDown(self):
self.alive = False
if self.server:
self.server.stop()
self.io_loop.stop()
self.io_loop.stop()