Update grafana_update.py
This commit is contained in:
@@ -19,7 +19,7 @@ PUSHOVER_USER = os.getenv("PUSHOVER_USER", "")
|
|||||||
PUSHOVER_PRIORITY = os.getenv("PUSHOVER_PRIORITY", "0")
|
PUSHOVER_PRIORITY = os.getenv("PUSHOVER_PRIORITY", "0")
|
||||||
|
|
||||||
LOG_FILE = "/var/log/grafana-update.log"
|
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:
|
def log(msg: str) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user