From 6954a2a3822e2ffdac9751274225f9c02660ae89 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jan 2024 05:01:26 +0000 Subject: [PATCH] change app.py to track --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d3fb50f..e1bb688 100755 --- a/app.py +++ b/app.py @@ -203,7 +203,7 @@ def refresh_data(): # Start the thread to refresh the data Thread(target=refresh_data).start() -# Return the latest data +# Return All Data in the current month @app.route("/get_data", methods=["GET"]) def get_data_route(): global last_indoor_data