From bc3550b0ff9959cd44702e6e98a5df43a3f52254 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 3 Oct 2014 00:14:59 +0200 Subject: another big dump. github oauth authentiation is "working" But it's done really hackily and probably should never be done like this. --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.py') 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') -- cgit v1.2.3-54-g00ecf