diff options
Diffstat (limited to 'youtube/comments.py')
-rw-r--r-- | youtube/comments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/comments.py b/youtube/comments.py index 5181ee8..10209e7 100644 --- a/youtube/comments.py +++ b/youtube/comments.py @@ -420,4 +420,4 @@ def get_comments_page(env, start_response): header = common.get_header(), comments_area = comments_area, page_title = page_title, - ).encode('utf-8')
\ No newline at end of file + ).encode('utf-8') |