mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
exchange: replace OperationalException
with logger.error
message
This commit is contained in:
parent
82e8901db4
commit
5dcf75f648
|
@ -2672,7 +2672,7 @@ class Exchange:
|
|||
)
|
||||
|
||||
else:
|
||||
raise OperationalException("no new ticks")
|
||||
logger.error(f"No new ticks for {pair}")
|
||||
|
||||
return results_df
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user