You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 6 in manage.py should be: app.run(port=5000, debug=True, host="0.0.0.0"), instead of: app.run(port="5000", debug=True, host="0.0.0.0"). port argument is supposed to take integer not str.
change port from str to init
The text was updated successfully, but these errors were encountered: