exchange: replace OperationalException with logger.error message

This commit is contained in:
Joe Schr 2024-05-29 19:52:37 +02:00
parent 82e8901db4
commit 5dcf75f648

View File

@ -2672,7 +2672,7 @@ class Exchange:
)
else:
raise OperationalException("no new ticks")
logger.error(f"No new ticks for {pair}")
return results_df