dealfront_enrichment.py aktualisiert
This commit is contained in:
@@ -115,7 +115,7 @@ class DealfrontScraper:
|
|||||||
return all_results
|
return all_results
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
creds = load_credentials("credentials.json")
|
creds = load_credentials("dealfront_credentials.json")
|
||||||
username = creds.get("username")
|
username = creds.get("username")
|
||||||
password = creds.get("password")
|
password = creds.get("password")
|
||||||
# WebDriver initialisieren
|
# WebDriver initialisieren
|
||||||
|
|||||||
Reference in New Issue
Block a user