We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58e9355 + 1955eca commit d2996fdCopy full SHA for d2996fd
section4/app.py
@@ -5,6 +5,7 @@
5
from security import authenticate, identity
6
7
app = Flask(__name__)
8
+app.config['PROPAGATE_EXCEPTIONS'] = True # To allow flask propagating exception even if debug is set to false on app
9
app.secret_key = 'jose'
10
api = Api(app)
11
0 commit comments