diff --git a/scrape.py b/scrape.py index e5d48bf..4d34ffb 100644 --- a/scrape.py +++ b/scrape.py @@ -62,6 +62,6 @@ while not finished: extra_sleep = attempts print("target: {}, status: FAILED, attempt: {}".format(target, attempts)) time.sleep(config["scrape"]["delay"] + extra_sleep) - if failed_streak > 10: + if failed_streak > 100: exit() memory["scrape"]["last"] = target \ No newline at end of file