lensli
lensli
我用python请求的时候 显示 keyerror
I want to know which part of the code will cause slow down.
 The loading time for this screen is long.
The Flask code is running on a Linux device, and I am accessing it from a high-performance Windows PC with at least 100 Mbps network connectivity.
the views.py line 21 response = send_file(file_path, mimetype='text/plain')#,cache_timeout=0 yes