module 'requests' has no attribute 'get'问题解决

AttributeError: module 'requests' has no attribute 'get'

文件起的名字就是 requests.py,冲突了。
直接改个名就解决了。

你可能感兴趣的:(module 'requests' has no attribute 'get'问题解决)