From 8dbaea5fa594fa4049b0c21debc527367dc3e898 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 27 May 2022 20:23:03 +0200 Subject: [PATCH] cleanup --- stand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand.py b/stand.py index 50c5530..a01587a 100644 --- a/stand.py +++ b/stand.py @@ -44,7 +44,7 @@ response = aggrid( new_df = response["data"] if not new_df.equals(df) and not changed: - restapi.data = df = new_df + restapi.data = new_df print(">>> end of streamlit run")