Geolicious / geotweet

collects tweets for qgis by area or keywords
GNU General Public License v2.0
15 stars 2 forks source link

full_name is not found #5

Closed riccardoklinger closed 9 years ago

riccardoklinger commented 9 years ago

Traceback (most recent call last): File "/home/ricckli/.qgis2/python/plugins/geotweet/geotweet.py", line 367, in run fet.setAttributes([tweetdic[tweet]['user'],tweetdic[tweet]['localization'],tweetdic[tweet]['place'].full_name + ", "+ tweetdic[tweet]['place'].country,tweetdic[tweet]['tweet'],tweettime]) AttributeError: 'NoneType' object has no attribute 'full_name'

riccardoklinger commented 9 years ago

fixed as geo enabled tweets does not need to have a place.