mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-11 03:48:29 +03:00
Fix logger typo
This commit is contained in:
@@ -1409,7 +1409,7 @@ class _TwitterAPIScraper(snscrape.base.Scraper):
|
||||
continue
|
||||
yield self._graphql_timeline_tweet_item_result_to_tweet(entry['content']['itemContent']['tweet_results']['result'])
|
||||
else:
|
||||
logger.warning('Got unrecognised timeline tweet item(s)')
|
||||
_logger.warning('Got unrecognised timeline tweet item(s)')
|
||||
elif includeConversationThreads and entry['entryId'].startswith('conversationthread-'): #TODO show more cursor?
|
||||
for item in entry['content']['items']:
|
||||
if item['entryId'].startswith(f'{entry["entryId"]}-tweet-'):
|
||||
|
||||
Reference in New Issue
Block a user