diff --git a/app.py b/app.py index 105d539..253a6b9 100644 --- a/app.py +++ b/app.py @@ -246,7 +246,7 @@ if __name__ == '__main__': app.run( host='::', port=5000, - ssl_context=ssl_context, + ssl_context=None, debug=DEBUG, use_reloader=DEBUG )