fix pyflakes

This commit is contained in:
clowwindy 2015-08-06 00:34:20 +08:00
parent a8ae8ab373
commit 30efc30360
1 changed files with 1 additions and 1 deletions

View File

@ -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)