30/03/22 - 20h30
parent
f9aaddb441
commit
15be027528
5
main.py
5
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue