mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 17:13:40 -05:00
remove extra type check (it's not as dumb as it looks)
This commit is contained in:
parent
a2f34fbf0b
commit
cc60aae2bb
1 changed files with 0 additions and 2 deletions
|
|
@ -32,8 +32,6 @@ scheduler = AsyncIOScheduler()
|
||||||
FERNET_KEY = Fernet.generate_key()
|
FERNET_KEY = Fernet.generate_key()
|
||||||
FERNET_KEY_USERS = []
|
FERNET_KEY_USERS = []
|
||||||
|
|
||||||
if FERNET_KEY == "":
|
|
||||||
raise TypeError("No Fernet key found, exiting...")
|
|
||||||
|
|
||||||
FERNET = Fernet(FERNET_KEY)
|
FERNET = Fernet(FERNET_KEY)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue