forked from DGNum/uptime-kuma-api
Compare commits
No commits in common. "uptime-kuma-2" and "master" have entirely different histories.
uptime-kum
...
master
1 changed files with 0 additions and 2 deletions
|
@ -696,7 +696,6 @@ class UptimeKumaApi(object):
|
|||
upsideDown: bool = False,
|
||||
notificationIDList: list = None,
|
||||
httpBodyEncoding: str = "json",
|
||||
conditions = "[]",
|
||||
|
||||
# HTTP, KEYWORD, JSON_QUERY, REAL_BROWSER
|
||||
url: str = None,
|
||||
|
@ -809,7 +808,6 @@ class UptimeKumaApi(object):
|
|||
"resendInterval": resendInterval,
|
||||
"description": description,
|
||||
"httpBodyEncoding": httpBodyEncoding,
|
||||
"conditions": conditions,
|
||||
}
|
||||
|
||||
if parse_version(self.version) >= parse_version("1.22"):
|
||||
|
|
Loading…
Add table
Reference in a new issue