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,
|
upsideDown: bool = False,
|
||||||
notificationIDList: list = None,
|
notificationIDList: list = None,
|
||||||
httpBodyEncoding: str = "json",
|
httpBodyEncoding: str = "json",
|
||||||
conditions = "[]",
|
|
||||||
|
|
||||||
# HTTP, KEYWORD, JSON_QUERY, REAL_BROWSER
|
# HTTP, KEYWORD, JSON_QUERY, REAL_BROWSER
|
||||||
url: str = None,
|
url: str = None,
|
||||||
|
@ -809,7 +808,6 @@ class UptimeKumaApi(object):
|
||||||
"resendInterval": resendInterval,
|
"resendInterval": resendInterval,
|
||||||
"description": description,
|
"description": description,
|
||||||
"httpBodyEncoding": httpBodyEncoding,
|
"httpBodyEncoding": httpBodyEncoding,
|
||||||
"conditions": conditions,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if parse_version(self.version) >= parse_version("1.22"):
|
if parse_version(self.version) >= parse_version("1.22"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue