From: Claromes Date: Thu, 11 May 2023 06:11:26 +0000 (-0300) Subject: Fix error msg X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=bad3f890f4dad3ab1148cc5a061676bd8464ee4b;p=waybacktweets.git Fix error msg --- diff --git a/app.py b/app.py index 0ba4a73..2550b17 100644 --- 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)