From e888607c9e1b9f31b13eb59c054e9f2c530214d8 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Tue, 18 Apr 2023 09:29:47 -0500 Subject: [PATCH] error --- pokeInfo | 1 - 1 file changed, 1 deletion(-) diff --git a/pokeInfo b/pokeInfo index 750a885..735fb44 100755 --- a/pokeInfo +++ b/pokeInfo @@ -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")