Skip to content

Commit

Permalink
Updated sheet for 2024-2025
Browse files Browse the repository at this point in the history
  • Loading branch information
alouradou committed Sep 8, 2024
1 parent 8a440e8 commit 49d20ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api_flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
app.static_folder = os.path.join(current_dir, '../static')
app.config['UPLOAD_FOLDER'] = './uploads'

app.config['DEFAULT_SHEET_ID'] = "177HfBhAUT8XCkrVt-CFY1vD6mMOi-iFU3FKyUxIw7k8"
app.config['DEFAULT_SHEET_ID'] = "17kuxrBvcNzASP_qjOXOe1Dh8Z9zpfJHg_JB0PzL6s08"
app.config['DEFAULT_SHEET_NAME'] = "année"
app.config['DEFAULT_STUDENT_SHEET_ID'] = "1KU6nJ8KGYOp4EH21jKKVwzF3vBDa8mDBaHFoaekx1ZU"
app.config['DEFAULT_STUDENT_SHEET_NAME'] = "effectif"
Expand Down

0 comments on commit 49d20ea

Please sign in to comment.