Update server.py
All checks were successful
/ check (push) Successful in 12s

This commit is contained in:
Nova Cat 2025-01-29 20:18:25 -08:00
parent 4ac5292d2c
commit 6bdb2cb127

View file

@ -723,6 +723,7 @@ def session(connection, client, ip, isssl=False):
pendingCommands = "" pendingCommands = ""
else: else:
pendingCommands += text pendingCommands += text
textt = ""
except ssl.SSLEOFError: except ssl.SSLEOFError:
print("EOF occured...") print("EOF occured...")
except Exception as ex: except Exception as ex: