HA webhook works, also more makelaars

This commit is contained in:
2026-04-04 01:35:29 +02:00
parent b35025b9cb
commit 8450c33887
4 changed files with 163 additions and 3 deletions

View File

@@ -10,13 +10,13 @@ from adapters import SCRAPERS
logging.basicConfig(
stream=sys.stdout,
level=logging.DEBUG,
level=logging.INFO, # debug costs too many tokens
format="%(asctime)s %(levelname)s %(name)s%(message)s",
datefmt="%Y-%m-%dT%H:%M:%S",
)
# --- change this to test a different adapter ---
ADAPTER = SCRAPERS['3dmakelaars']
ADAPTER = SCRAPERS['dupont']
if __name__ == "__main__":
print(f"Testing adapter: {ADAPTER.__name__}")