Compare commits

..

No commits in common. "uptime-kuma-2" and "master" have entirely different histories.

View file

@ -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"):