We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f407d9e commit b19cc47Copy full SHA for b19cc47
download.py
@@ -116,11 +116,11 @@
116
print("All questions' data saved to leetcode_questions.json")
117
118
# Add Google Sheets update
119
-try:
+try:
120
print("Starting Google Sheets update...")
121
service = get_google_sheets_service()
122
sheet_data = prepare_sheet_data(all_questions_data)
123
- update_google_sheet(service, sheet_data)
+ update_google_sheet(service, sheet_data, sheet_id=0)
124
print("Successfully updated Google Sheets")
125
except Exception as e:
126
print(f"Failed to update Google Sheets: {str(e)}")
0 commit comments