update kleinanzeigen URL

This commit is contained in:
sebthom
2023-05-15 21:45:57 +02:00
parent 44630c0506
commit b723e59ac4
4 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ class KleinanzeigenBot(SeleniumMixin):
def __init__(self) -> None:
super().__init__()
self.root_url = "https://www.ebay-kleinanzeigen.de"
self.root_url = "https://www.kleinanzeigen.de"
self.config:dict[str, Any] = {}
self.config_file_path = abspath("config.yaml")