format
This commit is contained in:
parent
b990be298f
commit
8e9348fb24
@ -235,7 +235,8 @@ class StarCitizen(commands.Cog):
|
||||
latest_incident.find_next("div", class_="issue no-underline")
|
||||
.get("onclick")
|
||||
.split("=")[-1]
|
||||
.replace("\\", "").replace("'", "")
|
||||
.replace("\\", "")
|
||||
.replace("'", "")
|
||||
)
|
||||
|
||||
details = latest_incident.findNext("span", {"class": "issue__content"}).text
|
||||
|
Loading…
x
Reference in New Issue
Block a user