push-status: More fixes
This commit is contained in:
parent
8bd80a8a34
commit
6a3cfadaa7
2 changed files with 2 additions and 2 deletions
|
@ -54,4 +54,4 @@ def get_systemd(url, username, password, host, unit) -> Optional[dict]:
|
|||
if unit != u or host != h:
|
||||
continue
|
||||
|
||||
monitor
|
||||
return monitor
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue