env angepasst
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user