Skip to content

Commit

Permalink
download data for stores to data_stores folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AKorets committed Jul 25, 2023
1 parent b093dc7 commit ad6d172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def download_all_stores(progress_bar=None, force=False):

if progress_bar:
progress_bar.value = progress_bar.max
output_folder = "data"
output_folder = "data_stores"
for scrapper in ScraperFactory:
ScarpingTask(dump_folder_name=output_folder, only_latest=True,
files_types=[FileTypesFilters.STORE_FILE.name],
Expand Down

0 comments on commit ad6d172

Please sign in to comment.