diff options
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/comments.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 <!DOCTYPE>, 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): |