fix underscore in ship url
This commit is contained in:
parent
2d345ace4f
commit
29af3e6505
@ -8,7 +8,7 @@ async def get_ship(ship_name):
|
||||
wiki_url = "https://starcitizen.tools/"
|
||||
|
||||
try:
|
||||
wiki_ship_name = " ".join(elem.capitalize() for elem in ship_name.split())
|
||||
wiki_ship_name = "_".join(elem.capitalize() for elem in ship_name.split())
|
||||
|
||||
# print(wiki_ship_name)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user