aboutsummaryrefslogtreecommitdiff
path: root/i3/bin
diff options
context:
space:
mode:
Diffstat (limited to 'i3/bin')
-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 ad16107..331fa93 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)))
+ print(format_query(json.loads(msg)['request']))
except:
pass