Accept both lower and camelcase userip.

This commit is contained in:
Joe Gregorio
2011-05-17 13:40:12 -04:00
parent 54e5aafa70
commit 3eecaa9682

View File

@@ -49,7 +49,7 @@ DEFAULT_METHOD_DOC = 'A description of how to use this function'
# Query parameters that work, but don't appear in discovery
STACK_QUERY_PARAMETERS = ['trace', 'fields', 'pp', 'prettyPrint', 'userIp',
'strict']
'userip', 'strict']
def key2param(key):