This commit is contained in:
Eric Lay 2023-04-18 09:29:47 -05:00
parent 233ac28449
commit e888607c9e
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ if page_not_found:
######## Get Stats ########
base_total = soup2.find(string=re.compile("Base Stats - Total:"))
# Only want everything after Total
base_total = str("Total Unavailable")
base_total = base_total[base_total.find("Total"):]
base_stats = soup2.find_all(class_="fooinfo")