Add $confidencepct variable to apprise notification.
This commit is contained in:
@@ -50,6 +50,7 @@ def test_notifications(mocker):
|
||||
"APPRISE_NOTIFY_NEW_SPECIES_EACH_DAY": "0"
|
||||
}
|
||||
sendAppriseNotifications("Myiarchus crinitus_Great Crested Flycatcher",
|
||||
"0.91",
|
||||
"91",
|
||||
"filename",
|
||||
"1666-06-06",
|
||||
@@ -70,6 +71,7 @@ def test_notifications(mocker):
|
||||
notify_call.reset_mock()
|
||||
settings_dict["APPRISE_NOTIFY_NEW_SPECIES_EACH_DAY"] = "1"
|
||||
sendAppriseNotifications("Myiarchus crinitus_Great Crested Flycatcher",
|
||||
"0.91",
|
||||
"91",
|
||||
"filename",
|
||||
"1666-06-06",
|
||||
@@ -92,6 +94,7 @@ def test_notifications(mocker):
|
||||
notify_call.reset_mock()
|
||||
settings_dict["APPRISE_NOTIFY_NEW_SPECIES"] = "1"
|
||||
sendAppriseNotifications("Myiarchus crinitus_Great Crested Flycatcher",
|
||||
"0.91",
|
||||
"91",
|
||||
"filename",
|
||||
"1666-06-06",
|
||||
@@ -117,6 +120,7 @@ def test_notifications(mocker):
|
||||
notify_call.reset_mock()
|
||||
settings_dict["APPRISE_NOTIFY_EACH_DETECTION"] = "1"
|
||||
sendAppriseNotifications("Myiarchus crinitus_Great Crested Flycatcher",
|
||||
"0.91",
|
||||
"91",
|
||||
"filename",
|
||||
"1666-06-06",
|
||||
|
||||
Reference in New Issue
Block a user