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
This commit is part of merge request !37. Comments created here will be created in the context of that merge request.
......@@ -5,6 +5,7 @@ class TWSServer:
import socket
def __init__(self,port,maxconn,stop=None):
import threading
self.port = port
self.maxconn = maxconn
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