fix type for notificationIDList in _build_monitor_data() #57

Open
obfusk wants to merge 1 commit from obfusk/fix-type into master

View file

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