mirror of https://github.com/Bunsly/JobSpy
change dir on docker
parent
639f45a48a
commit
6c73f37fc3
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue