diff --git a/server/server.py b/server/server.py index 77c802b..eb63e7e 100644 --- a/server/server.py +++ b/server/server.py @@ -32,7 +32,7 @@ class Server: def parseCommand(self, command: str) -> None: if command == "LINOK": self.login(self.networkInstance.homeDirectory) - self.networkInstance.sendMessage("LINOK".encode('UTF-8')) + self.networkInstance.sendMessage("OK".encode('UTF-8')) elif command == "LINERROR": self.networkInstance.sendMessage("LINERROR".encode('UTF-8')) elif command == "ERROR":