From d8adcd47e14da786776500b3bc0c891fbace05b0 Mon Sep 17 00:00:00 2001 From: nolash Date: Sat, 20 Feb 2021 19:49:04 +0100 Subject: [PATCH] WIP update cic-eth create script to new redis callback struct --- apps/cic-eth/cic_eth/runnable/create.py | 2 +- apps/cic-eth/cic_eth/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cic-eth/cic_eth/runnable/create.py b/apps/cic-eth/cic_eth/runnable/create.py index 5514abce..9ca865f6 100644 --- a/apps/cic-eth/cic_eth/runnable/create.py +++ b/apps/cic-eth/cic_eth/runnable/create.py @@ -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__': diff --git a/apps/cic-eth/cic_eth/version.py b/apps/cic-eth/cic_eth/version.py index 701c58f7..9b5feb40 100644 --- a/apps/cic-eth/cic_eth/version.py +++ b/apps/cic-eth/cic_eth/version.py @@ -10,7 +10,7 @@ version = ( 0, 10, 0, - 'alpha.29', + 'alpha.30', ) version_object = semver.VersionInfo(