merge
This commit is contained in:
commit
0718031e22
10 changed files with 3251 additions and 4 deletions
|
@ -60,7 +60,8 @@ while True:
|
|||
|
||||
s.close()
|
||||
|
||||
"""
|
||||
time.sleep(2)
|
||||
|
||||
HOST = 'localhost' # The remote host
|
||||
PORT = int(sys.argv[1]) # The same port as used by the server
|
||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
|
@ -81,4 +82,3 @@ print "Token:", token
|
|||
print "Data: ", ' '.join(data.split(" ")[1:])
|
||||
|
||||
s.close()
|
||||
"""
|
||||
|
|
Reference in a new issue