From 3d1178d8acc6f12e46dcf873d22aabf2b164da17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 26 Apr 2021 22:33:04 +0200 Subject: [PATCH] do the magic --- server/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":