push-status: Change host/unit separator

This commit is contained in:
Steffen Vogel 2024-03-22 00:41:01 +01:00
parent b95b85d50c
commit 3189c0d9ee

View file

@ -55,7 +55,7 @@ def main():
password = args.password
try:
host, unit = args.host_unit.split('__')
host, unit = args.host_unit.split('/')
except:
host = default_host
unit = args.host_unit