1
0

minor improvements to scripts

This commit is contained in:
ThomasV
2014-03-10 16:14:45 +01:00
parent f352832879
commit 55e4aa2a47
2 changed files with 2 additions and 2 deletions

View File

@@ -16,5 +16,5 @@ callback = lambda _,result: electrum.print_json(result.get('result'))
interface.send([('blockchain.headers.subscribe',[])], callback)
# 3. wait for results
while True:
while interface.is_connected:
time.sleep(1)