diff options
author | Camil Staps | 2017-03-28 23:42:49 +0200 |
---|---|---|
committer | Camil Staps | 2017-03-28 23:42:49 +0200 |
commit | 4f3a0e377b34693342a18db5a76c2503375a4a1e (patch) | |
tree | 716861ddcb5277f06d76ed4eeb143599c7012832 /i3/bin | |
parent | Fix symlink (diff) |
Fix cloogle_stats.py
Diffstat (limited to 'i3/bin')
-rwxr-xr-x | i3/bin/cloogle_stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/bin/cloogle_stats.py b/i3/bin/cloogle_stats.py index 8548953..6bdc0b8 100755 --- a/i3/bin/cloogle_stats.py +++ b/i3/bin/cloogle_stats.py @@ -19,7 +19,7 @@ def format_query(query): def on_message(ws, msg): try: - print(format_query(json.loads(msg)['request'])) + print(format_query(json.loads(msg))) except: pass |