Skip to content

Commit 1449539

Browse files
committed
Removed SQLAlchemy echo.
1 parent 2e351a0 commit 1449539

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Config:
1616

1717
# Database
1818
SQLALCHEMY_DATABASE_URI = environ.get("SQLALCHEMY_DATABASE_URI")
19-
SQLALCHEMY_ECHO = True
19+
SQLALCHEMY_ECHO = False
2020
SQLALCHEMY_TRACK_MODIFICATIONS = False

wsgi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""App entry point."""
12
from application import create_app
23

34
app = create_app()

0 commit comments

Comments
 (0)