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