flip copy/paste a file

This commit is contained in:
ville rantanen
2019-10-24 21:10:15 +03:00
parent 18ecc3668e
commit 3195c87840
2 changed files with 52 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ from revprox import ReverseProxied
from utils import *
__FLEES_VERSION__ = "20191020.0"
__FLEES_VERSION__ = "20191024.0"
app = Flask(__name__)
app.config.from_object(__name__)
config_values = read_config(app)