Update data_methods.py

This commit is contained in:
johannawild
2022-05-04 20:32:46 +02:00
committed by GitHub
parent feb827d317
commit a54a233766

View File

@@ -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