fix type for notificationIDList in _build_monitor_data() #57

Open
obfusk wants to merge 1 commit from obfusk/fix-type into master
Showing only changes of commit fd06fed1f2 - Show all commits

View file

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