raise error if populate_dataframe_with_trades fails

This commit is contained in:
Joe Schr
2024-03-11 11:34:59 +01:00
parent 174c830b2a
commit 6827e17d17

View File

@@ -164,6 +164,7 @@ def populate_dataframe_with_trades(config: Config,
except Exception as e:
logger.exception("Error populating dataframe with trades:", e)
raise e
return dataframe