Skip to content

Commit 9366cda

Browse files
committed
Add hardcoded quotes spreadsheet ID to sync script
1 parent 9dda36d commit 9366cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sync_quotes_from_sheets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
SCOPES = ['https://www.googleapis.com/auth/spreadsheets.readonly']
1414

1515
# Your Google Sheets ID (update this with your quotes sheet ID)
16-
SPREADSHEET_ID = 'YOUR_QUOTES_SPREADSHEET_ID_HERE'
16+
SPREADSHEET_ID = '1HeU0368kUL7J4dIY8Lv-Pknd9UyrmI_rZ6J50aivNKM'
1717

1818
# Sheet name and range
1919
RANGE_NAME = 'Sheet1!A:C' # Assumes columns: Section, Quote, Attribution

0 commit comments

Comments
 (0)