This commit is contained in:
		@@ -11,11 +11,11 @@ class Server:
 | 
			
		||||
        self.sessionTimeout = sessionTimeout
 | 
			
		||||
        self.availableServer = availableServer
 | 
			
		||||
        self.executor = Executor("")
 | 
			
		||||
        self.auth = Authetication()
 | 
			
		||||
 | 
			
		||||
    def initServer(self):
 | 
			
		||||
        print("Please enter your private key passphrase")
 | 
			
		||||
        passphrase = input()
 | 
			
		||||
        self.auth = Authetication()
 | 
			
		||||
        self.networkInstance = NetWrapper(self.auth.loadUserPublicKeys(), self.auth.loadServerPrivateKey(passphrase),
 | 
			
		||||
                                          self.auth)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user