diff options
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 |