30/03/22 - 20h30

master
ChérifBALDE 2022-03-30 20:58:39 +02:00 committed by cherif
parent f9aaddb441
commit 15be027528
1 changed files with 4 additions and 1 deletions

View File

@ -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)