This commit is contained in:
2021-04-29 17:11:33 +02:00
parent fd4434f504
commit 73c91d1426
2 changed files with 2 additions and 2 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()