Skip to content

Commit d494ada

Browse files
committed
Remove max pages
1 parent 67467db commit d494ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/scrape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def scrape_nfl():
508508
headers = [column(h) for h in headers]
509509
headers = ["name", "pos", "team"] + headers
510510

511-
for _ in range(150):
511+
while True:
512512
try:
513513
soup = BeautifulSoup(
514514
DRIVER.execute_script("return document.body.innerHTML"), "html.parser"

0 commit comments

Comments
 (0)