forgot deletion
This commit is contained in:
parent
3ddeb3c5d6
commit
ba21bd2b9c
@ -61,9 +61,5 @@ if __name__ == "__main__":
|
|||||||
threads.append(thread_)
|
threads.append(thread_)
|
||||||
thread_.start()
|
thread_.start()
|
||||||
|
|
||||||
thread_2 = threading.Thread(target=testModule_2.main(port_=8000))
|
|
||||||
threads.append(thread_2)
|
|
||||||
thread_2.start()
|
|
||||||
|
|
||||||
for t in threads:
|
for t in threads:
|
||||||
t.join()
|
t.join()
|
||||||
Loading…
Reference in New Issue
Block a user