style: some weird black code reformatting
This commit is contained in:
parent
673a3768b8
commit
9ad1ce38ee
5 changed files with 82 additions and 53 deletions
2
main.py
2
main.py
|
@ -35,7 +35,7 @@ def get_token() -> str:
|
|||
if os.getenv("BOT_TOKEN") is not None:
|
||||
return os.getenv("BOT_TOKEN")
|
||||
|
||||
if general.token != "":
|
||||
if general.token is not "":
|
||||
return general.token
|
||||
|
||||
print(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue