From 98a488d0efe520533316b0df32386d9b40c2ef17 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 27 Feb 2025 14:58:40 +0100 Subject: rename: message -> request the same thing was called either message or request now its only referred to as a request --- examples/gtk3/py/simple-bar/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gtk3/py/simple-bar/app.py') 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:]))) -- cgit v1.2.3