Get rid of the emoji in the hull health

This commit is contained in:
Luke Robles 2024-04-04 14:44:59 -07:00
parent 9091200099
commit 52376d0efd

View File

@ -371,7 +371,7 @@ async def get_ship(ship_name):
soup.find("div", {"class": "infobox__label"}, string="Health")
.findNext("div", {"class": "infobox__data"})
.text
)
).split()[0]
except Exception:
health = "N/A"