mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-08 02:28:29 +03:00
Remove accidental empty line
This commit is contained in:
@@ -462,7 +462,6 @@ class TwitterAPIScraper(snscrape.base.Scraper):
|
||||
if 'ext' in user and 'label' in user['ext']['highlightedLabel']['r']['ok']:
|
||||
kwargs['label'] = user['ext']['highlightedLabel']['r']['ok']['label']['description']
|
||||
kwargs['labelUrl'] = user['ext']['highlightedLabel']['r']['ok']['label']['url']['url']
|
||||
|
||||
return User(**kwargs)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user