dealfront_enrichment.py aktualisiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user