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 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())