Skip to content

Commit

Permalink
fix pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Aug 5, 2015
1 parent a8ae8ab commit 30efc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def run_server():
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)
Expand Down

0 comments on commit 30efc30

Please sign in to comment.