env angepasst

This commit is contained in:
Bastian Wagner
2026-05-05 20:08:15 +02:00
parent 8d07939527
commit e0ea9efe92
6 changed files with 20 additions and 36 deletions

View File

@@ -22,14 +22,10 @@ def settings(tmp_path: Path) -> Settings:
db_path=tmp_path / "state.sqlite3",
log_level="INFO",
dry_run=False,
dashboard_enabled=True,
dashboard_bind="127.0.0.1",
dashboard_port=8080,
mywhoosh_login_url="https://www.mywhoosh.com/login/",
mywhoosh_activity_url="https://www.mywhoosh.com/profile/",
mywhoosh_headless=True,
mywhoosh_timeout_seconds=1,
mywhoosh_max_downloads_per_run=10,
mywhoosh_download_text_hints=["fit", "download"],
mywhoosh_activities_button_text="ACTIVITIES",
mywhoosh_download_button_selector=".btnDownload",