Skip to content

Commit c16d281

Browse files
committed
changed failiure max to 8
1 parent 822ffd9 commit c16d281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scrape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def scrape(
3333
print(f"Trying again in {reset_period} seconds...")
3434

3535
failiure_count += 1
36-
if failiure_count > 20:
36+
if failiure_count > 8:
3737
raise Exception(
3838
"Failed to log in to Drexel Connect after {} attempts".format(
3939
failiure_count

0 commit comments

Comments
 (0)