From a17313a1468e177356e893b917278d5c5473c5c3 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Wed, 24 Feb 2021 10:04:22 +0100 Subject: [PATCH] Add a FIXME --- wish/settings.py | 1 + 1 file changed, 1 insertion(+) 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