projects
/
waybacktweets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc7d94
)
fix param
author
Claromes
<claromes@hey.com>
Thu, 11 May 2023 04:22:54 +0000
(
01:22
-0300)
committer
Claromes
<claromes@hey.com>
Thu, 11 May 2023 04:22:54 +0000
(
01:22
-0300)
app.py
patch
|
blob
|
history
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(
usernam
e)
+ links = query_api(
handl
e)
parsed_links = parse_links(links)[0]
tweet_links = parse_links(links)[1]
mimetype = parse_links(links)[2]