aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-02 14:02:06 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-02 14:02:06 +0200
commitf3d9e2cefc9141f9ee448a2e2c9f793db1399404 (patch)
tree4a693e4176025b54285e8ae6abaa04184e77cfcc /app.py
parent569ee26cab627411126fb20cba7f68fe8bb544e8 (diff)
downloadjustice-f3d9e2cefc9141f9ee448a2e2c9f793db1399404.tar.gz
minor tweak
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index a390406..80efb58 100644
--- a/app.py
+++ b/app.py
@@ -16,6 +16,6 @@ app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///justice.db'
app.config["SQLALCHEMY_ECHO"] = True
app.debug = True
# SELECT YOUR OWN SECRET KEY
-app.secret_key = ""
+app.secret_key = "123456"
# toolbar = DebugToolbarExtension(app)
db = SQLAlchemy(app) \ No newline at end of file