if__name__=="__main__":app.run(debug=True)# for debugging we have to include debug is true
# The condition __name__ == "__main__" ensures that the run() method is called only when main.py is run as the main program.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
sometimes we need this in flask