From 24c4d2aa630a34cfa7b1a15fc9964a17437661a7 Mon Sep 17 00:00:00 2001 From: saif Date: Tue, 12 Aug 2025 13:13:02 +0500 Subject: [PATCH] fix --- scrapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapper.py b/scrapper.py index 9693363..b2249f3 100644 --- a/scrapper.py +++ b/scrapper.py @@ -24,8 +24,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