From 764de254b11bc98b5257ee0ba56179a3d72d921a Mon Sep 17 00:00:00 2001 From: gru Date: Wed, 1 Apr 2026 09:09:11 +0200 Subject: [PATCH] Update grafana_update.py --- grafana_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana_update.py b/grafana_update.py index 85b9ec1..3179089 100644 --- a/grafana_update.py +++ b/grafana_update.py @@ -19,7 +19,7 @@ PUSHOVER_USER = os.getenv("PUSHOVER_USER", "") PUSHOVER_PRIORITY = os.getenv("PUSHOVER_PRIORITY", "0") LOG_FILE = "/var/log/grafana-update.log" -USER_AGENT = "grafana-opensuse-updater/3.0" +USER_AGENT = "grafana-updater/1.0 (https://git.linuxiarz.pl/gru/tools_scripts/src/branch/master/grafana_update.py)" def log(msg: str) -> None: