Fix black pre-commit
This commit is contained in:
parent
d2a18bf1cd
commit
7ff296b917
@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: 23.10.1
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.11.6
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: 23.10.1
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.11.7
|
||||
|
@ -165,9 +165,9 @@ async def rsi_find(player):
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
org_logo = (
|
||||
base_url + org_soup.find("div", class_="inner").findNext("img")["src"]
|
||||
)
|
||||
org_logo = 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user