From c444f576a8ce335f6ca9d94fdcf8ea765b5fe373 Mon Sep 17 00:00:00 2001 From: geoadmin Date: Thu, 1 Dec 2022 12:33:33 +0100 Subject: [PATCH] run --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index df06e09..61f7a27 100755 --- a/run.py +++ b/run.py @@ -1,3 +1,3 @@ #! /usr/bin/env python from app import app, socketio -socketio.run(app,host="0.0.0.0", port=8080, ssl_context='adhoc') +socketio.run(app,host="0.0.0.0", port=8080)