Update server.py

This commit is contained in:
Nova Cat 2025-01-14 15:46:51 -08:00
parent 9691b1db4b
commit 4d5b417b6e

View file

@ -61,7 +61,7 @@ def relay():
pass
try:
recived = gemraw.decode()
print(recieved)
print(recived)
except:
binary = True
print(traceback.format_exc())