Ejemplo n.º 1
0
 def init_network(self):
     # Show network dialog if config does not exist
     if self.daemon.network:
         if self.config.get('auto_connect') is None:
             wizard = InstallWizard(self.config, self.app, self.plugins, None)
             wizard.init_network(self.daemon.network)
             wizard.terminate()
Ejemplo n.º 2
0
 def init_network(self):
     # Show network dialog if config does not exist
     if self.daemon.network:
         if self.config.get('auto_connect') is None:
             wizard = InstallWizard(self.config, self.app, self.plugins, None)
             wizard.init_network(self.daemon.network)
             wizard.terminate()