You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
您好!以下这个错误是什么原因呢?
def writedb(tweets,page):
for tweet in tweets:
temp = [0 for i in range(11)]
temp[0] = tweet['mblog']['id']
KeyError: ‘mblog'
非常感谢,期待您的回复。
The text was updated successfully, but these errors were encountered:
您好!以下这个错误是什么原因呢? def writedb(tweets,page): for tweet in tweets: temp = [0 for i in range(11)] temp[0] = tweet['mblog']['id'] KeyError: ‘mblog' 非常感谢,期待您的回复。
请问你解决了吗?这个问题是什么原因?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
您好!以下这个错误是什么原因呢?
def writedb(tweets,page):
for tweet in tweets:
temp = [0 for i in range(11)]
temp[0] = tweet['mblog']['id']
KeyError: ‘mblog'
非常感谢,期待您的回复。
The text was updated successfully, but these errors were encountered: