rename env['fields'] to env['parameters'] and rename fields to parameters in general

This commit is contained in:
James Taylor
2019-01-06 01:33:52 -08:00
parent eea16e5ac3
commit bb2d40ac83
9 changed files with 38 additions and 39 deletions

View File

@@ -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: