mirror of
https://git.adityakumar.xyz/monitor.git/
synced 2024-11-09 12:09:44 +00:00
add service name to notification
This commit is contained in:
parent
1ca8c4eb55
commit
311fd173ec
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def log_status(message):
|
||||||
|
|
||||||
|
|
||||||
def notify_user(message):
|
def notify_user(message):
|
||||||
subprocess.run(["notify-send", "Monitor", message])
|
subprocess.run(["notify-send", "-a", "Monitor", message])
|
||||||
|
|
||||||
|
|
||||||
websites = [
|
websites = [
|
||||||
|
|
Loading…
Reference in a new issue