mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
exchange: replace OperationalException with logger.error message
This commit is contained in:
@@ -2672,7 +2672,7 @@ class Exchange:
|
||||
)
|
||||
|
||||
else:
|
||||
raise OperationalException("no new ticks")
|
||||
logger.error(f"No new ticks for {pair}")
|
||||
|
||||
return results_df
|
||||
|
||||
|
||||
Reference in New Issue
Block a user