@ -14,6 +14,7 @@ from pathlib import Path
from os.path import isfile
SECRETS_FILE = '~/wish.secrets'
# FIXME: What if the secret key is not found or not read!
if isfile(SECRETS_FILE):
with open(SECRETS_FILE, "r") as f:
DEBUG = False