Get rid of the emoji in the hull health
This commit is contained in:
parent
79211fc7eb
commit
a38370e3eb
@ -371,7 +371,7 @@ async def get_ship(ship_name):
|
|||||||
soup.find("div", {"class": "infobox__label"}, string="Health")
|
soup.find("div", {"class": "infobox__label"}, string="Health")
|
||||||
.findNext("div", {"class": "infobox__data"})
|
.findNext("div", {"class": "infobox__data"})
|
||||||
.text
|
.text
|
||||||
)
|
).split()[0]
|
||||||
except Exception:
|
except Exception:
|
||||||
health = "N/A"
|
health = "N/A"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user