1
0

bugfix: poke to reconnect

This commit is contained in:
ThomasV
2012-05-12 09:38:42 +02:00
parent ec24fcb1f7
commit 634bff6f8a
3 changed files with 4 additions and 3 deletions

View File

@@ -308,6 +308,7 @@ class Wallet:
self.server = server
self.save()
self.interface.is_connected = False # this exits the polling loop
self.interface.poke()
def set_path(self, wallet_path):