WIP update cic-eth create script to new redis callback struct

This commit is contained in:
nolash 2021-02-20 19:49:04 +01:00
parent 8dd8db497c
commit d8adcd47e1
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ def main():
ps.get_message() ps.get_message()
m = ps.get_message(timeout=args.timeout) m = ps.get_message(timeout=args.timeout)
print(json.loads(m['data'])) print(json.loads(m['data']['result']))
if __name__ == '__main__': if __name__ == '__main__':

View File

@ -10,7 +10,7 @@ version = (
0, 0,
10, 10,
0, 0,
'alpha.29', 'alpha.30',
) )
version_object = semver.VersionInfo( version_object = semver.VersionInfo(