Skip to content
Snippets Groups Projects

Test

Merged Chris Hines requested to merge test into prod
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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:
Loading