change app.py to track

This commit is contained in:
root 2024-01-04 05:01:26 +00:00
parent 533d65cfff
commit 6954a2a382
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -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