Skip to content

Commit

Permalink
Merge pull request #5 from TerjeLafton/Fix_help_text
Browse files Browse the repository at this point in the history
Fix command help text
  • Loading branch information
TerjeLafton authored Oct 11, 2021
2 parents a33c00c + 4c33619 commit eabb2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_crawler/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def find_products(
@app.command()
def scrape_products() -> None:
"""
Scrapes every product url gathered for metadata and stores it in a database. saves
Scrapes every product url gathered for metadata and stores it in a database.
Progress can be stopped halfway through and continue later.
"""
load_json_database(database=db)
Expand Down

0 comments on commit eabb2a5

Please sign in to comment.