Fix status url parsing

Use reblog url if status url not present.
This commit is contained in:
Ivan Habunek 2018-01-06 17:26:29 +01:00
parent e421d24c80
commit 022e437784
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ def parse_status(status):
'created_at': created_at,
'lines': lines,
'media_attachments': _status['media_attachments'],
'url': status['url'],
'url': _status['url'],
}