Fix black pre-commit
This commit is contained in:
parent
d2a18bf1cd
commit
7ff296b917
@ -3,4 +3,4 @@ repos:
|
|||||||
rev: 23.10.1
|
rev: 23.10.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3.11.6
|
language_version: python3.11.7
|
||||||
|
@ -165,9 +165,9 @@ async def rsi_find(player):
|
|||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
org_logo = (
|
org_logo = org_soup.find("div", class_="inner").findNext("img")["src"]
|
||||||
base_url + org_soup.find("div", class_="inner").findNext("img")["src"]
|
if "robertsspaceindustries.com" not in org_logo:
|
||||||
)
|
org_logo = base_url + org_logo
|
||||||
|
|
||||||
org_member_count = org_soup.find("span", class_="count").text
|
org_member_count = org_soup.find("span", class_="count").text
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user