Skip to content

Commit

Permalink
fix retry callback
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 28, 2024
1 parent d73339a commit 2736452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/utils/args/parse/arguments/utils/retry.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import arrow
def retry_callback(ctx, param, value):
params = ctx.params
if not value:
if value:
params["force_all"] = True
params["after"] = arrow.get(2000)
params["no_api_cache"]=True

0 comments on commit 2736452

Please sign in to comment.