Get rid of the emoji in the hull health
This commit is contained in:
parent
9091200099
commit
52376d0efd
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user