remove more redundant try
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -35,7 +35,6 @@ class Server:
|
||||
self.networkInstance.sendMessage("OK".encode('UTF-8'))
|
||||
return None
|
||||
elif command == "LINERROR":
|
||||
self.networkInstance.sendMessage("ERROR".encode('UTF-8'))
|
||||
return None
|
||||
elif command == "ERROR":
|
||||
self.networkInstance.sendMessage("ERROR".encode('UTF-8'))
|
||||
|
||||
Reference in New Issue
Block a user