diff options
Diffstat (limited to 'youtube/channel.py')
-rw-r--r-- | youtube/channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/channel.py b/youtube/channel.py index 087c13c..6acb371 100644 --- a/youtube/channel.py +++ b/youtube/channel.py @@ -450,4 +450,4 @@ def get_channel_page_general_url(env, start_response): return b'Unknown channel page: ' + page.encode('utf-8') start_response('200 OK', [('Content-type','text/html'),]) - return result.encode('utf-8')
\ No newline at end of file + return result.encode('utf-8') |