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

app.run(port=8000, debug=True) might've made the problem easier to find.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to