summaryrefslogtreecommitdiff
path: root/cli/app/search/live.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/app/search/live.py')
-rw-r--r--cli/app/search/live.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py
index c9418ba..096b4c1 100644
--- a/cli/app/search/live.py
+++ b/cli/app/search/live.py
@@ -426,8 +426,10 @@ class Listener:
def on_get(self):
state = interpolator.get_state()
- sys.stderr.write(json.dumps(state) + "\n")
- sys.stderr.flush()
+ # sys.stderr.write(json.dumps(state) + "\n")
+ # sys.stderr.flush()
+ for key in state.keys():
+ print("set_opt: {} {}".format(key, state[key]))
return state
def on_cmd(self, cmd, payload):