Zaktualizuj 'restart_this_app.py'

This commit is contained in:
Wojciech Kubicki 2023-05-30 18:45:01 +02:00
parent ea1c0a7017
commit ec1076da27

View File

@ -11,4 +11,4 @@ def render_message():
return render_template('index.html', data=data)
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5002)
app.run(host='0.0.0.0', port=5004)