mirror of
https://github.com/bellingcat/tiktok-hashtag-analysis.git
synced 2026-06-08 03:18:31 +03:00
Update data_methods.py
This commit is contained in:
@@ -79,7 +79,7 @@ def extract_posts(settings, file_name, tag):
|
||||
new_data = (new_ids.ids, new_posts)
|
||||
return new_data
|
||||
else:
|
||||
new_data = (new_ids.ids, new_posts)
|
||||
new_data = (new_ids.ids, posts)
|
||||
return new_data
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user