Revert small change - otherwise the data is never updated.

This commit is contained in:
Matthias 2023-02-26 15:09:25 +01:00
parent 986bc63e54
commit e88bb4e05c

View File

@ -661,7 +661,7 @@ class FreqaiDataDrawer:
f"ends at {df_dp['date'].iloc[0]}."
)
hist_df = pd.concat(
history_data[pair][tf] = pd.concat(
[
hist_df,
df_dp.iloc[index:],