Skip to content

Commit

Permalink
fix dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 17, 2024
1 parent 08a960b commit bb632a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/utils/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
async def get_text(values):
dupe = (
read_args.retriveArgs().force_all
or read_args.retriveArgs().force_model_uniqueme
or read_args.retriveArgs().force_model_unique
)
async with asyncio.TaskGroup() as tg:
tasks = [tg.create_task(get_text_process(value, dupe=dupe)) for value in values]
Expand Down

0 comments on commit bb632a3

Please sign in to comment.