style
This commit is contained in:
parent
a0e67c1627
commit
fa98d67276
1 changed files with 2 additions and 2 deletions
|
@ -436,8 +436,8 @@ def update() -> None:
|
||||||
response = json.load(
|
response = json.load(
|
||||||
request.urlopen(
|
request.urlopen(
|
||||||
"https://api.github.com/repos/Rom1-J/tuxbot-bot/commits/master"
|
"https://api.github.com/repos/Rom1-J/tuxbot-bot/commits/master"
|
||||||
)
|
) # skipcq: BAN-B310
|
||||||
) # skipcq: BAN-B310
|
)
|
||||||
|
|
||||||
if response.get("sha")[:6] == version_info.build:
|
if response.get("sha")[:6] == version_info.build:
|
||||||
print(
|
print(
|
||||||
|
|
Loading…
Reference in a new issue