arrays - Tweepy JSON place attribute error -
i trying 'full_name' attribute place object of tweepy json. using this:
jsondata=json.loads(data) location =jsondata['place']['full_name'] but following error:
failed on_data 'nonetype' object has no attribute 'name' how can fix this?
thanks help
Comments
Post a Comment