From: Claromes Date: Thu, 11 May 2023 05:02:39 +0000 (-0300) Subject: update error msg X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=c91f2f8ae256d50230a9d3a1d27b60575f324444;p=waybacktweets.git update error msg --- 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()