parent
d831d7d317
commit
9e0b39cddc
@ -1998,7 +1998,7 @@ class Exchange:
|
||||
|
||||
return (
|
||||
(self._pairs_last_refresh_time.get((pair, timeframe, candle_type), 0)
|
||||
+ interval_in_sec) <= arrow.utcnow().int_timestamp
|
||||
+ interval_in_sec) < arrow.utcnow().int_timestamp
|
||||
)
|
||||
|
||||
@retrier_async
|
||||
|
Loading…
Reference in New Issue
Block a user