update initial feedback msg
authorClaromes <clarissamendes@alunos.utfpr.edu.br>
Sat, 8 Feb 2025 02:59:54 +0000 (23:59 -0300)
committerClaromes <clarissamendes@alunos.utfpr.edu.br>
Sat, 8 Feb 2025 02:59:54 +0000 (23:59 -0300)
app/app.py
waybacktweets/_cli.py

index 0eb56346a254bf7b24fa894d315e4e9034140267..1100daaeb58ac0ada11035d8b0e0484ee21c626d 100644 (file)
@@ -257,7 +257,7 @@ if (st.session_state.query and username) or st.session_state.count:
 
     try:
         with st.spinner(
-            f"Waybacking @{st.session_state.current_username}'s archived tweets"
+            f"Retrieving the archived tweets of @{st.session_state.current_username}..."
         ):
             wayback_tweets = wayback_tweets(
                 st.session_state.current_username,
index 4fc34b51afc41ce1b1efb5d1a633f5c22097d681..0b9aa9a78a1e347d6a43cd1bfbe306550967c61e 100644 (file)
@@ -126,7 +126,7 @@ def main(
             matchtype,
         )
 
-        print(f"Waybacking @{username}'s archived tweets...")
+        print(f"Retrieving the archived tweets of @{username}...")
         archived_tweets = api.get()
 
         if archived_tweets: