fix param
authorClaromes <claromes@hey.com>
Thu, 11 May 2023 04:22:54 +0000 (01:22 -0300)
committerClaromes <claromes@hey.com>
Thu, 11 May 2023 04:22:54 +0000 (01:22 -0300)
app.py

diff --git a/app.py b/app.py
index f219d4e3fcda244ac8fa403ec135431efa99af60..9822e8fdf12dc54fbdd20695aa755e5c05615e16 100644 (file)
--- a/app.py
+++ b/app.py
@@ -68,7 +68,7 @@ query = st.button('Query', type='primary', use_container_width=True)
 
 
 if query:
-    links = query_api(username)
+    links = query_api(handle)
     parsed_links = parse_links(links)[0]
     tweet_links = parse_links(links)[1]
     mimetype = parse_links(links)[2]