aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
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