Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import uuid
|
|
15 |
|
16 |
|
17 |
# Google Books API setup with Service Account
|
18 |
-
json_key_path: str = "/app/audiobookagent-aaf910cd6329.json"
|
19 |
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = json_key_path
|
20 |
credentials = service_account.Credentials.from_service_account_file(
|
21 |
json_key_path,
|
|
|
15 |
|
16 |
|
17 |
# Google Books API setup with Service Account
|
18 |
+
json_key_path: str = "/home/user/app/audiobookagent-aaf910cd6329.json"
|
19 |
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = json_key_path
|
20 |
credentials = service_account.Credentials.from_service_account_file(
|
21 |
json_key_path,
|