Remove since/until superfluous arguments
This commit is contained in:
@@ -333,9 +333,7 @@ def _download_trades_history(exchange: Exchange,
|
|||||||
pair: str, *,
|
pair: str, *,
|
||||||
new_pairs_days: int = 30,
|
new_pairs_days: int = 30,
|
||||||
timerange: Optional[TimeRange] = None,
|
timerange: Optional[TimeRange] = None,
|
||||||
data_handler: IDataHandler,
|
data_handler: IDataHandler
|
||||||
since: Optional[int] = None,
|
|
||||||
until: Optional[int] = None
|
|
||||||
) -> bool:
|
) -> bool:
|
||||||
"""
|
"""
|
||||||
Download trade history from the exchange.
|
Download trade history from the exchange.
|
||||||
|
|||||||
Reference in New Issue
Block a user