From cced3c49ef9a673bb1950dacfbb008e226dff305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 26 Apr 2021 22:33:44 +0200 Subject: [PATCH] error --- server/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server.py b/server/server.py index eb63e7e..00e9ae3 100644 --- a/server/server.py +++ b/server/server.py @@ -34,7 +34,7 @@ class Server: self.login(self.networkInstance.homeDirectory) self.networkInstance.sendMessage("OK".encode('UTF-8')) elif command == "LINERROR": - self.networkInstance.sendMessage("LINERROR".encode('UTF-8')) + self.networkInstance.sendMessage("ERROR".encode('UTF-8')) elif command == "ERROR": return None parsedCommand = command.split(" ")