A-Simple-Note-Taking-Web-App icon indicating copy to clipboard operation
A-Simple-Note-Taking-Web-App copied to clipboard

error in manage.py

Open w4spy opened this issue 5 years ago • 1 comments

change port from str to init

w4spy avatar Oct 10 '20 08:10 w4spy

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.

violazhong avatar Feb 04 '22 23:02 violazhong