This commit is contained in:
parent
fd4434f504
commit
fc5385af63
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user