From 4c336198d6f88fb84c23318b970dc63c44124a29 Mon Sep 17 00:00:00 2001 From: Terje Lafton Date: Mon, 11 Oct 2021 08:23:21 +0200 Subject: [PATCH] Update main.py --- product_crawler/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_crawler/main.py b/product_crawler/main.py index 47e1a3d..3f214bb 100644 --- a/product_crawler/main.py +++ b/product_crawler/main.py @@ -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)