grimzaeye commited on
Commit
f0258d2
·
verified ·
1 Parent(s): 3114023

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -477,7 +477,7 @@ class CalendarService:
477
  creds.refresh(Request())
478
  else:
479
  flow = InstalledAppFlow.from_client_secrets_file(
480
- "/Users/semikwon/workplace/2024 TrynGo/Tryngo_Agent/credentials.json", self.SCOPES
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