Update server.py
This commit is contained in:
parent
d4f36a710a
commit
9691b1db4b
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ def relay():
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
try:
|
try:
|
||||||
if not binary:
|
|
||||||
recived = gemraw.decode()
|
recived = gemraw.decode()
|
||||||
|
print(recieved)
|
||||||
except:
|
except:
|
||||||
binary = True
|
binary = True
|
||||||
print(traceback.format_exc())
|
print(traceback.format_exc())
|
||||||
|
|
Loading…
Add table
Reference in a new issue