From f1f6d352bb6887f41d8e1ca898568f165d4adaeb Mon Sep 17 00:00:00 2001 From: Floke Date: Tue, 8 Jul 2025 19:16:34 +0000 Subject: [PATCH] dealfront_enrichment.py aktualisiert --- dealfront_enrichment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dealfront_enrichment.py b/dealfront_enrichment.py index 68c47c76..69cfe982 100644 --- a/dealfront_enrichment.py +++ b/dealfront_enrichment.py @@ -115,7 +115,7 @@ class DealfrontScraper: return all_results def main(): - creds = load_credentials("credentials.json") + creds = load_credentials("dealfront_credentials.json") username = creds.get("username") password = creds.get("password") # WebDriver initialisieren