Skip to content

Commit

Permalink
docs: fixed outdated key name (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
XaaRii authored Feb 18, 2025
1 parent 9821801 commit 7aa42b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ipc-rules-demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
if "event" in msg:
view = msg["view"]
if view["app-id"] == "gedit":
output_data = sock.get_output(view["output"])
output_data = sock.get_output(view["output-id"])
print(output_data)
workarea = output_data["workarea"]

Expand Down

0 comments on commit 7aa42b3

Please sign in to comment.