diff --git a/app.py b/app.py index e1bb688..d3fb50f 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 All Data in the current month +# Return the latest data @app.route("/get_data", methods=["GET"]) def get_data_route(): global last_indoor_data