From afed4ca88cf33b227d69649aecabeecc132a9de7 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:49:21 +0200 Subject: [PATCH] Update scraper.py --- youtube_comment_scraper/scraper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_comment_scraper/scraper.py b/youtube_comment_scraper/scraper.py index 35695c5..8fba9a5 100644 --- a/youtube_comment_scraper/scraper.py +++ b/youtube_comment_scraper/scraper.py @@ -23,7 +23,7 @@ class YouTubeCommentScraper: print(notice_msg) - def check_and_get_updates(self): + def check_updates(self): self.notice() """ Checks if the release tag matches the current tag in the program @@ -51,7 +51,7 @@ class YouTubeCommentScraper: def find_multiple_users(self, video_urls): - self.check_and_get_updates() + self.check_updates() # video_dictionary maps the video url id to the # comment dict for that video video_dictionary = {}