fix type for notificationIDList in _build_monitor_data()

This commit is contained in:
FC Stegerman 2023-09-16 23:09:40 +02:00
parent ba047114c9
commit fd06fed1f2
No known key found for this signature in database
GPG key ID: B218FF2C27FC6CC6

View file

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