aboutsummaryrefslogtreecommitdiff
path: root/i3/bin/cloogle_stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'i3/bin/cloogle_stats.py')
-rwxr-xr-xi3/bin/cloogle_stats.py2
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