From e13108ea4fe27231ce88e80148ccc4b3a4912d54 Mon Sep 17 00:00:00 2001 From: Floke Date: Mon, 26 May 2025 18:14:45 +0000 Subject: [PATCH] bugfix --- list_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list_generator.py b/list_generator.py index a20db49a..3e92a6b5 100644 --- a/list_generator.py +++ b/list_generator.py @@ -23,7 +23,7 @@ FOTOGRAF_TEL = "08122-8470867" # Scopes für die Google Docs API SCOPES = ['https://www.googleapis.com/auth/documents'] -SERVICE_ACCOUNT_FILE = 'service_account.json' # Ihre Service Account Schlüsseldatei +SERVICE_ACCOUNT_FILE = 'credentials.json' # Ihre Service Account Schlüsseldatei # --- Ende Konfiguration --- def get_docs_service_with_service_account():