jflo commited on
Commit
9f9e3a4
·
verified ·
1 Parent(s): 9bd4e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ SCOPES = [
23
  "https://www.googleapis.com/auth/drive",
24
  ]
25
 
26
- SHEET_NAME = os.getenv("SHEET_NAME", "Workout Training Data")
27
 
28
  # Expected header row — must match the sheet's first row exactly
29
  HEADERS = [
 
23
  "https://www.googleapis.com/auth/drive",
24
  ]
25
 
26
+ SHEET_NAME = os.getenv("SHEET_NAME", "workout_sessions")
27
 
28
  # Expected header row — must match the sheet's first row exactly
29
  HEADERS = [