fix indentation
This commit is contained in:
parent
88da1f109b
commit
db17b1a851
@ -267,11 +267,11 @@ def _download_trades_history(exchange: Exchange,
|
|||||||
|
|
||||||
until = None
|
until = None
|
||||||
if (timerange and timerange.starttype == 'date'):
|
if (timerange and timerange.starttype == 'date'):
|
||||||
since = timerange.startts * 1000
|
since = timerange.startts * 1000
|
||||||
if timerange.stoptype == 'date':
|
if timerange.stoptype == 'date':
|
||||||
until = timerange.stopts * 1000
|
until = timerange.stopts * 1000
|
||||||
else:
|
else:
|
||||||
since = int(arrow.utcnow().shift(days=-new_pairs_days).float_timestamp) * 1000
|
since = int(arrow.utcnow().shift(days=-new_pairs_days).float_timestamp) * 1000
|
||||||
|
|
||||||
trades = data_handler.trades_load(pair)
|
trades = data_handler.trades_load(pair)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user