Python Forum
About Error (Flask) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: About Error (Flask) (/thread-16919.html)



About Error (Flask) - bescf - Mar-20-2019

I wanted to apply Flask lib. Until yesterday, there was no error, it was done. But now i have an error.
I dont understand.
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
    return "Hellooooooooo!"

if __name__ == "__main__":
    app.run()
    
https://hizliresim.com/ADMv8p"><img src="https://i.hizliresim.com/ADMv8p.png


RE: About Error (Flask) - nilamo - Mar-20-2019

Image give a 403 error. Can you just copy/paste the error?