From c6a2442023c58f1725034af5a66be13cf003c260 Mon Sep 17 00:00:00 2001 From: saif Date: Tue, 12 Aug 2025 11:57:13 +0500 Subject: [PATCH] fix path --- scrapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapper.py b/scrapper.py index fbdc0f8..82c62d1 100644 --- a/scrapper.py +++ b/scrapper.py @@ -21,8 +21,8 @@ with open("cookies.json", "r", encoding="utf-8") as f: # Or if it's a Python dict already: marketplaces = data["marketplaces"] -#BASE_PATH= '/mnt/AmazonReports/Amazon/keyword_ranking' -BASE_PATH= 'data' +BASE_PATH= '/mnt/AmazonReports/Amazon/keyword_ranking' +#BASE_PATH= 'data' MAX_PAGE = 10