1
0

no id in notifications

This commit is contained in:
ThomasV
2012-03-27 23:36:42 +02:00
parent 50e3e28c23
commit cb1a0f27de
2 changed files with 6 additions and 7 deletions

View File

@@ -8,4 +8,4 @@ i.send([('numblocks.subscribe',[])])
while True:
r = i.responses.get(True, 100000000000)
if r.get('method')=='numblocks.subscribe': print r.get('result')
print r.get('result')