Answers for "how to change host and port in flask"

0

how to change port in flask app

if __name__ == "__main__":
    app.run(host='127.0.0.1', port=5002)
Posted by: Guest on August-14-2020

Code answers related to "how to change host and port in flask"

Python Answers by Framework

Browse Popular Code Answers by Language