no more birdnet_stats.sh

This commit is contained in:
Patrick McGuire
2021-10-14 14:41:44 -04:00
parent eeefcf2cfc
commit 6fb031433e
2 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -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();