Skip to content

Commit

Permalink
......mistakely delete one more line
Browse files Browse the repository at this point in the history
  • Loading branch information
wcyz666 committed Jul 28, 2014
1 parent 13cb9bd commit c835021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snsapi/plugin_trial/douban.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def _parse(self, data):
self.parsed.time = utils.str2utc(data['created_at'], " +08:00")
self.parsed.text = data['title'] + u" "
self.parsed.text += data['text']
self.parsed.username = data['user']['screen_name']
if hasattr(data, 'reshared_status'):
self.parsed.text += u"// " + data['reshared_status']['user']['screen_name'] + self._get_share_text(data['reshared_status'])
if data['attachments']:
Expand Down

0 comments on commit c835021

Please sign in to comment.