From 46ed9cb571b7d1ceba6b9f86eb1b4649539bb47c Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Wed, 3 Jan 2024 08:23:09 -0800 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index c07becd..660c515 100644 --- a/app.py +++ b/app.py @@ -181,7 +181,7 @@ def refresh_data(): # Start the thread to refresh the data Thread(target=refresh_data).start() -# Return All Data in the current month +# Return the latest data @app.route("/get_data", methods=["GET"]) def get_data_route(): global last_indoor_data