Skip to content

Commit 3df51ba

Browse files
committed
fix: fix likes
1 parent 1eae270 commit 3df51ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ofscraper/commands/scraper/scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async def _execute_user_action(self, ele, postcollection: PostCollection):
110110
username = ele.name
111111
model_id = ele.id
112112
media = postcollection.get_media_for_processing()
113-
like_posts = postcollection.get_posts_to_like
113+
like_posts = postcollection.get_posts_to_like()
114114
posts = postcollection.get_posts_for_text_download()
115115
for action in actions:
116116
try:

0 commit comments

Comments
 (0)