We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a3422 commit 0cd56f5Copy full SHA for 0cd56f5
1 file changed
taskapp.py
@@ -1068,4 +1068,4 @@ def change_official_status():
1068
if (isProd):
1069
app.run(host='0.0.0.0')
1070
else:
1071
- app.run(host="0.0.0.0", port=5001)
+ app.run(host="0.0.0.0", port=5000)
0 commit comments