Skip to content

Commit

Permalink
force all in check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 17, 2024
1 parent bb632a3 commit 8c80d23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ofscraper/commands/runners/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ async def data_refill(media_id, post_id, target_name, model_id):
):
break

def allow_check_dupes():
args = read_args.retriveArgs()
args.force_all = True
write_args.setArgs(args)

def get_areas():
return read_args.retriveArgs().check_area
Expand All @@ -191,6 +195,7 @@ def get_areas():
def checker():
args = read_args.retriveArgs()
check_auth()
allow_check_dupes()
try:
if args.command == "post_check":
post_checker()
Expand Down

0 comments on commit 8c80d23

Please sign in to comment.