diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 15:58:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 15:58:49 +0200 |
| commit | 2b8cf9e695414eb19104ab8bbff64673842b4202 (patch) | |
| tree | 60e2f4d2f6c8820e4812df99689a3738a39158c8 /animism-align/cli | |
| parent | bbcf48825bec60dab7a4de955bc4831eadb37792 (diff) | |
fix timeline util issue
Diffstat (limited to 'animism-align/cli')
| -rw-r--r-- | animism-align/cli/app/server/web.py | 2 | ||||
| -rw-r--r-- | animism-align/cli/app/settings/__pycache__/app_cfg.cpython-37.pyc | bin | 1531 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/cli/app/server/web.py b/animism-align/cli/app/server/web.py index a20d40c..a0527ef 100644 --- a/animism-align/cli/app/server/web.py +++ b/animism-align/cli/app/server/web.py @@ -26,7 +26,7 @@ def create_app(script_info=None): functional pattern for creating the flask app """ logging.debug("Starting Flask app...") - + # print(app_cfg.SERVER_NAME) app = Flask(__name__, static_folder=app_cfg.DIR_STATIC, static_url_path='/static') app.config['SQLALCHEMY_DATABASE_URI'] = connection_url app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False diff --git a/animism-align/cli/app/settings/__pycache__/app_cfg.cpython-37.pyc b/animism-align/cli/app/settings/__pycache__/app_cfg.cpython-37.pyc Binary files differdeleted file mode 100644 index f153ad1..0000000 --- a/animism-align/cli/app/settings/__pycache__/app_cfg.cpython-37.pyc +++ /dev/null |
