This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
import os
|
||||
from authentication import Authetication
|
||||
from executor import Executor
|
||||
from netwrapper import NetWrapper
|
||||
@@ -21,7 +22,7 @@ class Server:
|
||||
|
||||
def login(self, homeDir: str) -> None:
|
||||
self.isAuthenticated = True
|
||||
self.executor = Executor("", homeDir)
|
||||
self.executor = Executor(homeDir + os.path.seb)
|
||||
|
||||
def logout(self) -> None:
|
||||
self.networkInstance.logout()
|
||||
|
||||
Reference in New Issue
Block a user