summaryrefslogtreecommitdiff
path: root/examples/gtk3/py/simple-bar
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gtk3/py/simple-bar')
-rwxr-xr-xexamples/gtk3/py/simple-bar/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gtk3/py/simple-bar/app.py b/examples/gtk3/py/simple-bar/app.py
index d95dc0e..ba3a910 100755
--- a/examples/gtk3/py/simple-bar/app.py
+++ b/examples/gtk3/py/simple-bar/app.py
@@ -33,4 +33,4 @@ if __name__ == "__main__":
app.acquire_socket()
app.run(None)
except Exception as e:
- print(AstalIO.send_message(instance_name, "".join(sys.argv[1:])))
+ print(AstalIO.send_request(instance_name, "".join(sys.argv[1:])))