make lists shorter, add verbose switch

This commit is contained in:
2018-09-18 10:34:51 +03:00
parent 2766a54fa7
commit f8cb467dcb
3 changed files with 38 additions and 8 deletions

View File

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