push-status: More fixes

This commit is contained in:
Steffen Vogel 2024-03-13 16:19:54 +01:00
parent 8bd80a8a34
commit 6a3cfadaa7
2 changed files with 2 additions and 2 deletions

View file

@ -54,4 +54,4 @@ def get_systemd(url, username, password, host, unit) -> Optional[dict]:
if unit != u or host != h:
continue
monitor
return monitor

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "push-status"
version = "0.1.1"
version = "0.1.2"
description = "Push status of systemd units to Uptime-Kuma"
authors = ["Steffen Vogel <post@steffenvogel.de>"]
license = "Apache-2.0"