fix type for notificationIDList in _build_monitor_data()
This commit is contained in:
parent
ba047114c9
commit
fd06fed1f2
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ class UptimeKumaApi(object):
|
|||
accepted_statuscodes = ["200-299"]
|
||||
|
||||
if notificationIDList is None:
|
||||
notificationIDList = {}
|
||||
notificationIDList = []
|
||||
|
||||
data = {
|
||||
"type": type,
|
||||
|
|
Loading…
Reference in a new issue