diff --git a/python/push-status/push_status/monitors.py b/python/push-status/push_status/monitors.py index fb88fe3..f1c638d 100644 --- a/python/push-status/push_status/monitors.py +++ b/python/push-status/push_status/monitors.py @@ -54,4 +54,4 @@ def get_systemd(url, username, password, host, unit) -> Optional[dict]: if unit != u or host != h: continue - monitor + return monitor diff --git a/python/push-status/pyproject.toml b/python/push-status/pyproject.toml index a45a84b..f8d85ff 100644 --- a/python/push-status/pyproject.toml +++ b/python/push-status/pyproject.toml @@ -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 "] license = "Apache-2.0"