Flask and Python 3

Jon Ribbens jon+usenet at unequivocal.co.uk
Tue Sep 23 20:33:38 EDT 2014


On 2014-09-23, Juan Christian <juan0christian at gmail.com> wrote:
> if __name__ == '__main__':
>     app.run(port = 8000)

app.run(port=8000, debug=True) might've made the problem easier to find.



More information about the Python-list mailing list