Commit 3ad8e4e9 authored by TheTechRobo's avatar TheTechRobo
Browse files

Fix crash

parent 3c8eef0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ app = Flask(__name__)

try:
    config.ccen
except NameError:
except AttributeError:
    config.ccen = False
    config.ccod = "a"