Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ async def update_google_sheet():
|
|
| 69 |
# 1YJEwP7kZChI3Z2GKv4zFEfwwyQrO3zwXclv0QMrkOqA = test
|
| 70 |
spreadsheet_id = "1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w"
|
| 71 |
print("test")
|
| 72 |
-
gspread_bot.import_csv(
|
| 73 |
print({f"Google sheet {spreadsheet_id} successfully updated!"})
|
| 74 |
|
| 75 |
|
|
|
|
| 69 |
# 1YJEwP7kZChI3Z2GKv4zFEfwwyQrO3zwXclv0QMrkOqA = test
|
| 70 |
spreadsheet_id = "1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w"
|
| 71 |
print("test")
|
| 72 |
+
gspread_bot.import_csv(f"{spreadsheet_id}", data)
|
| 73 |
print({f"Google sheet {spreadsheet_id} successfully updated!"})
|
| 74 |
|
| 75 |
|