error
This commit is contained in:
parent
233ac28449
commit
e888607c9e
1
pokeInfo
1
pokeInfo
|
@ -73,7 +73,6 @@ if page_not_found:
|
||||||
######## Get Stats ########
|
######## Get Stats ########
|
||||||
base_total = soup2.find(string=re.compile("Base Stats - Total:"))
|
base_total = soup2.find(string=re.compile("Base Stats - Total:"))
|
||||||
# Only want everything after Total
|
# Only want everything after Total
|
||||||
base_total = str("Total Unavailable")
|
|
||||||
base_total = base_total[base_total.find("Total"):]
|
base_total = base_total[base_total.find("Total"):]
|
||||||
base_stats = soup2.find_all(class_="fooinfo")
|
base_stats = soup2.find_all(class_="fooinfo")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue