seb
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2021-04-29 17:07:42 +02:00
parent fd4434f504
commit fc5385af63
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -22,7 +22,7 @@ class Server:
def login(self, homeDir: str) -> None: def login(self, homeDir: str) -> None:
self.isAuthenticated = True self.isAuthenticated = True
self.executor = Executor(homeDir + os.path.seb) self.executor = Executor(homeDir + os.path.sep)
def logout(self) -> None: def logout(self) -> None:
self.networkInstance.logout() self.networkInstance.logout()