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(" ")