WIP update cic-eth create script to new redis callback struct
This commit is contained in:
parent
8dd8db497c
commit
d8adcd47e1
@ -77,7 +77,7 @@ def main():
|
||||
|
||||
ps.get_message()
|
||||
m = ps.get_message(timeout=args.timeout)
|
||||
print(json.loads(m['data']))
|
||||
print(json.loads(m['data']['result']))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
@ -10,7 +10,7 @@ version = (
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
'alpha.29',
|
||||
'alpha.30',
|
||||
)
|
||||
|
||||
version_object = semver.VersionInfo(
|
||||
|
Loading…
Reference in New Issue
Block a user