We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822ffd9 commit c16d281Copy full SHA for c16d281
src/scrape.py
@@ -33,7 +33,7 @@ def scrape(
33
print(f"Trying again in {reset_period} seconds...")
34
35
failiure_count += 1
36
- if failiure_count > 20:
+ if failiure_count > 8:
37
raise Exception(
38
"Failed to log in to Drexel Connect after {} attempts".format(
39
failiure_count
0 commit comments