diff --git a/server/netwrapper.py b/server/netwrapper.py index 2cf84b8..b194e32 100644 --- a/server/netwrapper.py +++ b/server/netwrapper.py @@ -94,6 +94,7 @@ class NetWrapper: return linsuccess except Exception: print("Incorrect decryption") + return False def initClientConnection(self, msg: bytes) -> bytes: print('3')