Skip to content

Commit

Permalink
remove test line
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Sep 18, 2024
1 parent 612769b commit 1cb207a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ofscraper/actions/actions/download/batch/downloadbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ async def process_dicts(username, model_id, filtered_medialist, posts):
log.info("Downloading in batch mode")
log_text_array = []
log_text_array.append(await textDownloader(posts, username=username))

common_globals.main_globals()
if read_args.retriveArgs().text_only:
return log_text_array, (0, 0, 0, 0, 0)
Expand Down

0 comments on commit 1cb207a

Please sign in to comment.