From 311fd173ec9fa1a71317f5d36d00de47cba2aec8 Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 11 Sep 2024 07:57:18 +0530 Subject: [PATCH] add service name to notification --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index f3ac9ea..c8bb381 100644 --- a/monitor.py +++ b/monitor.py @@ -25,7 +25,7 @@ def log_status(message): def notify_user(message): - subprocess.run(["notify-send", "Monitor", message]) + subprocess.run(["notify-send", "-a", "Monitor", message]) websites = [