flip writing when in scripts

This commit is contained in:
2019-10-20 10:29:49 +03:00
parent c1b4ee8a23
commit 232e99fee6
4 changed files with 21 additions and 15 deletions

View File

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