summaryrefslogtreecommitdiffstats
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rwxr-xr-xrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index 178fd8a..b21a2c5 100755
--- a/run.py
+++ b/run.py
@@ -1,3 +1,3 @@
#!flask/bin/python
from app import app
-app.run(debug=True)
+app.run(debug=True, ssl_context='adhoc')