flip writing made easier

This commit is contained in:
2018-09-19 10:06:41 +03:00
parent f8cb467dcb
commit 7834fb442d
2 changed files with 12 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ from utils.utils import *
from utils.crypt import *
__FLEES_VERSION__ = "20180918.0"
__FLEES_VERSION__ = "20180919.0"
app = Flask(__name__)
app.config.from_object(__name__)
config_values = read_config(app)