Forums

some unusual 'int' object is not callable need help please don't skip

this is error output

and this is my codeenter image description here

what is the problem?

The problem is that you cannot return an integer as a Flask response. See the docs here for detail about how Flask interprets the return value from a view.