From: Claromes Date: Tue, 14 Jan 2025 12:35:12 +0000 (-0300) Subject: update rk response print X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=51c7d20b14785687bc6834b0335bcdc640fa0166;p=waybacktweets.git update rk response print --- diff --git a/waybacktweets/api/parse.py b/waybacktweets/api/parse.py index eefa605..16e645f 100644 --- a/waybacktweets/api/parse.py +++ b/waybacktweets/api/parse.py @@ -202,7 +202,7 @@ class TweetsParser: self.parsed_tweets["resumption_key"].append(resumption_key) rprint( - f'[blue]\nResumption Key: [bold]{resumption_key}[/bold]\nIf you are using the "limit" option, use this key in the "resumption_key" option and continue the query from the end of the previous query.\n' # noqa: E501 + f'[blue]\nResumption Key: [bold]{resumption_key}[/bold]\nIf you are using the "limit" (--limit, -l) option and your query is too long, use this key in the "resumption key" (--resumption_key, -rk) option to continue the query from where the previous one ended.\n' # noqa: E501 ) def _add_field(self, key: str, value: Any) -> None: