add timeout in order to allow KeyboardInterrupt

This commit is contained in:
ThomasV 2012-05-19 15:52:06 +02:00
parent 12e2b8db16
commit 742705b855
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ class Wallet:
def update(self):
self.interface.poke()
self.up_to_date_event.wait()
self.up_to_date_event.wait(10000000000)
def start_session(self, interface):