projects
/
waybacktweets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91f2f8
)
Fix error msg
author
Claromes
<claromes@hey.com>
Thu, 11 May 2023 06:11:26 +0000
(
03:11
-0300)
committer
Claromes
<claromes@hey.com>
Thu, 11 May 2023 06:11:26 +0000
(
03:11
-0300)
app.py
patch
|
blob
|
history
diff --git
a/app.py
b/app.py
index 0ba4a73f1c82f1fb9c0550ddcaab33ec78f63830..2550b179b9268deb5d7d93d8b465d302d8f00286 100644
(file)
--- a/
app.py
+++ b/
app.py
@@
-22,7
+22,7
@@
def embed(tweet):
def query_api(handle):
if not handle:
- st.error("Type Twitter
's handle
")
+ st.error("Type Twitter
handle.
")
st.stop()
url = 'https://web.archive.org/cdx/search/cdx?url=https://twitter.com/{}/status/*&output=json'.format(handle)