Skip to content

Commit

Permalink
remove random sort
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 1, 2024
1 parent 11739f7 commit f16785b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ofscraper/actions/actions/download/batch/downloadbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ def process_dicts(username, model_id, filtered_medialist):
common_globals.main_globals()
download_log_clear_helper()
with progress_utils.setup_download_progress_live(multi=True):
if not read_args.retriveArgs().item_sort:
random.shuffle(filtered_medialist)

mediasplits = get_mediasplits(filtered_medialist)
num_proc = len(mediasplits)
log.debug(f"Number of download threads: {num_proc}")
Expand Down

0 comments on commit f16785b

Please sign in to comment.