refined autoremove support

This commit is contained in:
2018-11-18 09:42:41 +02:00
parent 375628255d
commit 9e20d4e115
6 changed files with 55 additions and 27 deletions

View File

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