From 51c7d20b14785687bc6834b0335bcdc640fa0166 Mon Sep 17 00:00:00 2001 From: Claromes Date: Tue, 14 Jan 2025 09:35:12 -0300 Subject: [PATCH] update rk response print --- waybacktweets/api/parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ def _add_resumption_key(self): 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: