Skip to content

Commit

Permalink
update rk response print
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed Jan 14, 2025
1 parent 7fd658c commit 51c7d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waybacktweets/api/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 51c7d20

Please sign in to comment.