Update the script of uptimekuma
This commit is contained in:
parent
57250c6d2b
commit
2dee628753
@ -80,7 +80,7 @@ def sync_monitor(api, path):
|
|||||||
)
|
)
|
||||||
|
|
||||||
monitor_id = resp["monitorID"]
|
monitor_id = resp["monitorID"]
|
||||||
api.add_monitor_tag(tag_id=tag_id, monitor_id=monitor_id, value=tag_name)
|
api.add_monitor_tag(tag_id=tag_id, monitor_id=monitor_id, value="")
|
||||||
print(f"✅ Synced monitor '{name}' with tag '{tag_name}'")
|
print(f"✅ Synced monitor '{name}' with tag '{tag_name}'")
|
||||||
|
|
||||||
def clone_repo(url, dest):
|
def clone_repo(url, dest):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user