This commit is contained in:
parent
a14e0414b6
commit
0c6c1c6622
@ -27,8 +27,7 @@ class Server:
|
|||||||
self.networkInstance.logout()
|
self.networkInstance.logout()
|
||||||
self.isAuthenticated = False
|
self.isAuthenticated = False
|
||||||
self.availableServer = False
|
self.availableServer = False
|
||||||
self.homeDirectory = ""
|
self.executor.baseDir = Executor("")
|
||||||
self.executor.baseDir = Executor(self.homeDirectory)
|
|
||||||
|
|
||||||
def parseCommand(self, command: str) -> None:
|
def parseCommand(self, command: str) -> None:
|
||||||
if command == "LINOK":
|
if command == "LINOK":
|
||||||
|
Loading…
Reference in New Issue
Block a user