master updates #41
@ -61,9 +61,5 @@ if __name__ == "__main__":
|
||||
threads.append(thread_)
|
||||
thread_.start()
|
||||
|
||||
thread_2 = threading.Thread(target=testModule_2.main(port_=8000))
|
||||
threads.append(thread_2)
|
||||
thread_2.start()
|
||||
|
||||
for t in threads:
|
||||
t.join()
|
||||
Loading…
Reference in New Issue
Block a user