get url to copy of self

This commit is contained in:
2018-09-27 13:24:59 +03:00
parent 1609ac6bc8
commit 0c50cd2045
2 changed files with 11 additions and 2 deletions

View File

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