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:
|
||||
pass
|
||||
try:
|
||||
if not binary:
|
||||
recived = gemraw.decode()
|
||||
recived = gemraw.decode()
|
||||
print(recieved)
|
||||
except:
|
||||
binary = True
|
||||
print(traceback.format_exc())
|
||||
|
|
Loading…
Add table
Reference in a new issue