change dir on docker

pull/24/head
Cullen Watson 2023-08-28 11:44:10 -05:00
parent 639f45a48a
commit 6c73f37fc3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class CSVFormatter:
"https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive",
] ]
credentials = ServiceAccountCredentials.from_json_keyfile_name( credentials = ServiceAccountCredentials.from_json_keyfile_name(
"/app/client_secret.json", scope "client_secret.json", scope
) )
gc = gspread.authorize(credentials) gc = gspread.authorize(credentials)
sh = gc.open(GSHEET_NAME) sh = gc.open(GSHEET_NAME)