1
0
This commit is contained in:
ThomasV
2012-03-31 12:08:11 +02:00
parent c3bbc35fa8
commit e05e0e9711
2 changed files with 12 additions and 1 deletions

View File

@@ -461,7 +461,7 @@ class WalletSynchronizer(threading.Thread):
else:
self.wallet.up_to_date = False
response = self.interface.responses.get(True,100000000000) # workaround so that it can be keyboard interrupted
response = self.interface.responses.get()#True,100000000000) # workaround so that it can be keyboard interrupted
self.handle_response(response)
except socket.error:
print "socket error"