Ejemplo n.º 1
0
 def disconnect(self):
     """
     Disconnect the web interface from the connected daemon.
     """
     client.disconnect()
     return True
Ejemplo n.º 2
0
 def disable(self):
     if not client.is_classicmode():
         client.disconnect()
Ejemplo n.º 3
0
 def disable(self):
     if not client.is_classicmode():
         client.disconnect()
Ejemplo n.º 4
0
 def disconnect(self):
     """
     Disconnect the web interface from the connected daemon.
     """
     client.disconnect()
     return True