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