aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/comments.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/comments.py')
-rw-r--r--youtube/comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/comments.py b/youtube/comments.py
index 4860636..5181ee8 100644
--- a/youtube/comments.py
+++ b/youtube/comments.py
@@ -358,7 +358,7 @@ $options
</form>''')
def get_comments_page(env, start_response):
start_response('200 OK', [('Content-type','text/html'),] )
- parameters = env['fields']
+ parameters = env['parameters']
ctoken = default_multi_get(parameters, 'ctoken', 0, default='')
replies = False
if not ctoken: