diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:09:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:09:59 +0200 |
| commit | 2db55c3d261ddee52019bbd06dc5f6545db39c16 (patch) | |
| tree | 4afe164982b81ca8cbd239e9f08567e8ae7fb2cf /cli/app/sql/common.py | |
| parent | 42d5e59335d97aa0cf165f2aedf8d04f60db9310 (diff) | |
form for making a new graph. add username field to db
Diffstat (limited to 'cli/app/sql/common.py')
| -rw-r--r-- | cli/app/sql/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/app/sql/common.py b/cli/app/sql/common.py index d007e23..c8bd557 100644 --- a/cli/app/sql/common.py +++ b/cli/app/sql/common.py @@ -21,7 +21,6 @@ from app.settings import app_cfg os.makedirs(app_cfg.DIR_DATABASE, exist_ok=True) connection_url = "sqlite:///{}".format(os.path.join(app_cfg.DIR_DATABASE, 'swimmer.sqlite3')) -print(connection_url) engine = create_engine(connection_url, encoding="utf-8", pool_recycle=3600) |
