always add pairs to handling output, if was pointless
This commit is contained in:
parent
d20c46d52d
commit
9d6c93c89f
1 changed files with 1 additions and 3 deletions
|
|
@ -71,13 +71,11 @@ def handle_get_rates_inputs(
|
|||
prepared_inputs = {
|
||||
"date_range": date_range,
|
||||
"dry_run": dry_run,
|
||||
"pairs": pairs,
|
||||
"rates_source": rates_source,
|
||||
"ignore_warnings": ignore_warnings,
|
||||
"output": output,
|
||||
}
|
||||
|
||||
if pairs:
|
||||
prepared_inputs["pairs"] = pairs
|
||||
|
||||
logger.debug(prepared_inputs)
|
||||
return prepared_inputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue