seb
continuous-integration/drone/push Build is failing Details

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
1 changed files with 1 additions and 1 deletions

View File

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