Somethign Ryyst told me...

This commit is contained in:
kalzu 2023-01-01 22:49:35 +02:00
parent 52d380a4ee
commit a60d269535
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ def read_keys():
with open(KEYSFILE, "w", encoding='utf-8') as nfile:
print('You seem be lacking the users key file, created example for you. Exiting')
json.dump(empty_userkeys_json, nfile)
raise EmptyUsersFile('Error')
return {}
raise FileNotFoundError
return {}
def check_database():
"""