Private GIT

Skip to content
Snippets Groups Projects
Commit e5546cb5 authored by echel0n's avatar echel0n
Browse files

Fixed bad file descriptor for Tornado

parent 71d95b46
Branches
Tags
No related merge requests found
...@@ -149,6 +149,4 @@ class SRWebServer(threading.Thread): ...@@ -149,6 +149,4 @@ class SRWebServer(threading.Thread):
def shutDown(self): def shutDown(self):
self.alive = False self.alive = False
if self.server:
self.server.stop()
self.io_loop.stop() self.io_loop.stop()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment