Skip to content

Commit

Permalink
remove test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Nov 22, 2023
1 parent 83b6ca8 commit 6c715e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ofscraper/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ def medialist_filter(medialist,model_id,username):

def download_picker(username, model_id, medialist):
medialist=medialist_filter(medialist,model_id,username)
return batchdownloader.process_dicts(username, model_id, medialist)


if len(medialist)==0:
logging.getLogger("shared").error(f'[bold]{username}[/bold] ({0} photos, {0} videos, {0} audios, {0} skipped, {0} failed)' )
return 0,0,0,0,0
Expand Down

0 comments on commit 6c715e2

Please sign in to comment.