Revert "pagure: Turn off debug mode on pagure.io"

This is a FBR which hasn't been approved yet, so let's wait
before pushing it

This reverts commit 3730434eab.
This commit is contained in:
Pierre-Yves Chibon 2019-03-07 16:33:09 +01:00
parent 6ae1ad74d4
commit ad652f4359

View file

@ -27,3 +27,4 @@ os.environ['TEMP'] = '/srv/tmp/'
from pagure.flask_app import create_app
application = create_app()
application.debug = True