forked from DGNum/uptime-kuma-api
Compare commits
1 commit
master
...
obfusk/fix
Author | SHA1 | Date | |
---|---|---|---|
|
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