From ca443ecbef0a49d663595345d148136c87bc51c0 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Fri, 6 May 2022 13:32:03 -0400 Subject: [PATCH] oops --- scripts/advanced.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/advanced.php b/scripts/advanced.php index c71cd24..24f4879 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -115,6 +115,8 @@ if(isset($_GET['submit'])) { $contents = preg_replace("/PRIVACY_THRESHOLD=.*/", "PRIVACY_THRESHOLD=$privacy_threshold", $contents); $contents2 = preg_replace("/PRIVACY_THRESHOLD=.*/", "PRIVACY_THRESHOLD=$privacy_threshold", $contents2); } + + exec('sudo systemctl restart birdnet_server.service'); } if(isset($_GET["rec_card"])) { @@ -203,7 +205,7 @@ if (file_exists('./scripts/thisrun.txt')) { document.getElementById("predictionCount").innerHTML = parseInt((this.value * )/100); } -

If a Human is predicted anywhere among the top predictions, the sample will be considered of human origin and no data will be collected.

+

If a Human is predicted anywhere among the top predictions, the sample will be considered of human origin and no data will be collected.