Compare commits

...

1 commit

Author SHA1 Message Date
FC Stegerman
fd06fed1f2
fix type for notificationIDList in _build_monitor_data() 2023-09-16 23:09:40 +02:00

View file

@ -792,7 +792,7 @@ class UptimeKumaApi(object):
accepted_statuscodes = ["200-299"]
if notificationIDList is None:
notificationIDList = {}
notificationIDList = []
data = {
"type": type,