Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -477,7 +477,7 @@ class CalendarService:
|
|
477 |
creds.refresh(Request())
|
478 |
else:
|
479 |
flow = InstalledAppFlow.from_client_secrets_file(
|
480 |
-
"
|
481 |
)
|
482 |
creds = flow.run_local_server(port=0)
|
483 |
# Save the credentials for the next run
|
|
|
477 |
creds.refresh(Request())
|
478 |
else:
|
479 |
flow = InstalledAppFlow.from_client_secrets_file(
|
480 |
+
"credentials.json", self.SCOPES
|
481 |
)
|
482 |
creds = flow.run_local_server(port=0)
|
483 |
# Save the credentials for the next run
|