fix pyflakes
This commit is contained in:
parent
a8ae8ab373
commit
30efc30360
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ def test():
|
|||
enc.append(manager)
|
||||
manager.run()
|
||||
|
||||
t = threading.Thread(target=run_server).start()
|
||||
threading.Thread(target=run_server).start()
|
||||
time.sleep(2)
|
||||
manager = enc[0]
|
||||
cli = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||
|
|
Loading…
Add table
Reference in a new issue