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