autocomplete for flip

This commit is contained in:
2018-11-04 20:21:14 +02:00
parent e07dc22734
commit c0cd918001
2 changed files with 43 additions and 1 deletions

View File

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