Zaktualizuj 'restart_this_app.py'

This commit is contained in:
Wojciech Kubicki 2023-05-30 18:45:53 +02:00
parent ec1076da27
commit 7c76f63f71
1 changed files with 1 additions and 1 deletions

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=5004)
app.run(host='0.0.0.0', port=5005)