better things
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-04-29 17:00:50 +02:00
parent 00d4542404
commit 152177473d
2 changed files with 5 additions and 14 deletions

View File

@@ -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()