This commit is contained in:
Pablo Martin 2024-06-12 17:41:31 +02:00
parent 78e3d71b05
commit 15e8b8e513
3 changed files with 24 additions and 2 deletions

View file

@ -56,6 +56,7 @@ def run_get_rates(
date_range: DateRange,
currencies: List[Currency],
dry_run: bool,
rates_source: str,
ignore_warnings: bool,
output: pathlib.Path,
) -> None: