Skip to content

Commit

Permalink
add sleep for tesitng
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Jul 5, 2024
1 parent 444c8d5 commit 33373ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ofscraper/download/downloadbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def process_dicts(username, model_id, filtered_medialist):
try:
common_globals.reset_globals()
with live():
import time
time.sleep(1000)
if not read_args.retriveArgs().item_sort:
random.shuffle(filtered_medialist)
manager = manager_.get_manager()
Expand Down

0 comments on commit 33373ac

Please sign in to comment.