Skip to content
Snippets Groups Projects
Commit 6ce46c31 authored by Chris Hines's avatar Chris Hines
Browse files

missing import

parent 1b09e75f
No related branches found
No related tags found
4 merge requests!77Revert "disable agressive kill and restart",!37Test,!36Dev,!35Dev
Pipeline #11106 passed
...@@ -5,6 +5,7 @@ class TWSServer: ...@@ -5,6 +5,7 @@ class TWSServer:
import socket import socket
def __init__(self,port,maxconn,stop=None): def __init__(self,port,maxconn,stop=None):
import threading
self.port = port self.port = port
self.maxconn = maxconn self.maxconn = maxconn
if stop is None: if stop is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment