We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90612bd commit 8fd29deCopy full SHA for 8fd29de
youbot/youtube_utils/youtube_manager.py
@@ -169,7 +169,6 @@ def accumulator(self):
169
exceptions.append(e)
170
# Update comment data in the DB
171
for comment_dict in comments:
172
- logger.info(f"Updating comment {comment_dict['url']}")
173
self.db.update_comment(video_link=comment_dict['url'],
174
comment_id=comment_dict['comment_id'],
175
like_cnt=comment_dict['like_count'],
0 commit comments