Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schedule command: Scrapinghub -> Zyte #437

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shub/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"".format(short_key))
click.echo("or print items as they are being scraped:\n shub items -f "
"{}".format(short_key))
click.echo("or watch it running in Scrapinghub's web interface:\n {}"
click.echo("or watch it running in Zyte's web interface:\n {}"

Check warning on line 76 in shub/schedule.py

View check run for this annotation

Codecov / codecov/patch

shub/schedule.py#L76

Added line #L76 was not covered by tests
"".format(watch_url))


Expand Down
Loading