DEV Community

Discussion on: Flask Rest API -Part:4- Exception Handling

Collapse
 
rozzah profile image
RoZZaH

I was having that trouble but if you turn debug off i.e. app.run() rather than app.run(debug=True)
it works for me