remove extra type check (it's not as dumb as it looks)

This commit is contained in:
Micha Albert 2024-08-31 00:44:58 +00:00
parent a2f34fbf0b
commit cc60aae2bb

View file

@ -32,8 +32,6 @@ scheduler = AsyncIOScheduler()
FERNET_KEY = Fernet.generate_key()
FERNET_KEY_USERS = []
if FERNET_KEY == "":
raise TypeError("No Fernet key found, exiting...")
FERNET = Fernet(FERNET_KEY)