We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
试图运行main.py的时候提示 KeyError: 'cardlistInfo' python版本3.7
The text was updated successfully, but these errors were encountered:
@lisachensyd 我看了下正常情况下接口返回的数据中是有cardlistInfo属性的;是不是你备份的微博没任何内容?
Sorry, something went wrong.
把这句改成 entries_nums = data['userInfo']['statuses_count']
entries_nums = data['userInfo']['statuses_count']
No branches or pull requests
试图运行main.py的时候提示 KeyError: 'cardlistInfo'
python版本3.7
The text was updated successfully, but these errors were encountered: