From 6fb031433e5c8c1729ad238854041b9003ddd017 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Thu, 14 Oct 2021 14:41:44 -0400 Subject: [PATCH] no more birdnet_stats.sh --- scripts/viewdb.php | 2 +- templates/index.html | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/scripts/viewdb.php b/scripts/viewdb.php index 6f87301..9703232 100644 --- a/scripts/viewdb.php +++ b/scripts/viewdb.php @@ -42,7 +42,7 @@ $sql5 = "SELECT Com_Name,COUNT(*) AS Total FROM detections GROUP BY Com_Name - ORDER BY MAX(Confidence) DESC"; + ORDER BY Total DESC"; $speciestally = $mysqli->query($sql5); $mysqli->close(); diff --git a/templates/index.html b/templates/index.html index e24803f..a846354 100644 --- a/templates/index.html +++ b/templates/index.html @@ -325,7 +325,7 @@ footer {

- + 🐦 Recognized Birds

@@ -429,16 +429,6 @@ footer { - - - - -
- -
- - -