memes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-04-26 13:30:17 +02:00
parent a14e0414b6
commit 0c6c1c6622
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ class Server:
self.networkInstance.logout()
self.isAuthenticated = False
self.availableServer = False
self.homeDirectory = ""
self.executor.baseDir = Executor(self.homeDirectory)
self.executor.baseDir = Executor("")
def parseCommand(self, command: str) -> None:
if command == "LINOK":