dealfront_enrichment.py aktualisiert

This commit is contained in:
2025-07-08 19:16:34 +00:00
parent 0c0924b6e4
commit ca08055bb9

View File

@@ -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