diff --git a/serverPython/facebook_bot.py b/serverPython/facebook_bot.py index daeb150..c160fcd 100644 --- a/serverPython/facebook_bot.py +++ b/serverPython/facebook_bot.py @@ -85,6 +85,7 @@ class FacebookBot: if current_post_count == post_index: comment_btn = btn break + else: logging.info(f"Đã thấy bài viết thứ {current_post_count}, đang đẩy nó vào góc khuất để tìm bài {post_index}...") bounds = btn.info["bounds"] start_y = bounds["bottom"]