From 15be027528354192e18fa3ef0d2b670ff8826f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ch=C3=A9rifBALDE?= Date: Wed, 30 Mar 2022 20:58:39 +0200 Subject: [PATCH] 30/03/22 - 20h30 --- main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index fa9e986..94816ad 100644 --- a/main.py +++ b/main.py @@ -836,5 +836,8 @@ if __name__ == '__main__': context = ('./ssl2/key.pem', './ssl2/cert.pem') - app.run(host='127.0.0.1', port=5000, debug=True, threaded=True) + app.run(host='localhost', port=5000, debug=True, threaded=True) #app.run(host='192.168.1.21', port=5000, debug=True) + #app.run(host='localhost', port=5000, debug=True) + # app.run(host='::', port=5000, debug=True) +