diff --git a/wish/settings.py b/wish/settings.py index 70516b6..dc0c271 100644 --- a/wish/settings.py +++ b/wish/settings.py @@ -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