flaskcode
flaskcode copied to clipboard
ERROR] Error handling request

Werkzeug==2.0.3 itsdangerous==2.0.1 jinja2==3.0.3 flask==1.1.2
You need to use with above requirements, create separate env and install with pip, for example, pip install flask==1.1.2
the views.py line 21 response = send_file(file_path, mimetype='text/plain')#,cache_timeout=0 yes