diff --git a/youtube/comments.py b/youtube/comments.py index 45a8f44..3b7395f 100644 --- a/youtube/comments.py +++ b/youtube/comments.py @@ -101,8 +101,8 @@ def request_comments(ctoken, replies=False): print("got , retrying") continue break - with open('debug/comments_debug', 'wb') as f: - f.write(content) + '''with open('debug/comments_debug', 'wb') as f: + f.write(content)''' return content def parse_comments(content, replies=False):