dump on demand

This commit is contained in:
2022-05-27 19:52:30 +02:00
parent 6a5a77f670
commit d7dda41fd8
2 changed files with 5 additions and 3 deletions

View File

@ -47,9 +47,6 @@ if not new_df.equals(df) and not changed:
restapi.data = df = new_df
restapi.dfh.dump()
print(">>> end of streamlit run")