add service name to notification

This commit is contained in:
Aditya 2024-09-11 07:57:18 +05:30
parent 1ca8c4eb55
commit 311fd173ec
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -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 = [