From c91f2f8ae256d50230a9d3a1d27b60575f324444 Mon Sep 17 00:00:00 2001 From: Claromes Date: Thu, 11 May 2023 02:02:39 -0300 Subject: [PATCH] update error msg --- app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.py b/app.py index b5b6b7f..0ba4a73 100644 --- a/app.py +++ b/app.py @@ -99,10 +99,9 @@ if query: if only_deleted: if tweet == None: - st.error('Tweet has been deleted.') - attr(i) + st.error('Tweet has been deleted.') st.markdown(''.format(link), unsafe_allow_html=True) st.divider() else: st.empty() -- 2.34.1