Retour du JSON uniquement

This commit is contained in:
nyanloutre 2018-08-06 19:15:13 +02:00
parent 395c352100
commit a0996112fc
1 changed files with 1 additions and 2 deletions

View File

@ -96,8 +96,7 @@ try:
data = sock_tcp.recv(2048)
sock_tcp.close()
print "Sent: ", cmd
print "Received: ", decrypt(data[4:])
print decrypt(data[4:])
except socket.error:
quit("Cound not connect to host " + ip + ":" + str(port))