Exemplo n.º 1
0
 def stop(self):
     self.print_error("stopping, removing lockfile")
     remove_lockfile(get_lockfile(self.config))
     DaemonThread.stop(self)
Exemplo n.º 2
0
 def stop(self):
     self.print_error("stopping, removing lockfile")
     remove_lockfile(get_lockfile(self.config))
     DaemonThread.stop(self)
Exemplo n.º 3
0
 def stop(self):
     for k, wallet in self.wallets.items():
         wallet.stop_threads()
     DaemonThread.stop(self)
Exemplo n.º 4
0
 def stop(self):
     for k, wallet in self.wallets.items():
         wallet.stop_threads()
     DaemonThread.stop(self)