commit | 3eecaa96820396246e47e42fb6dccdef8d439cc8 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue May 17 13:40:12 2011 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue May 17 13:40:12 2011 -0400 |
tree | 0673872b20025cc3d79313dbea1e4651dc6b33f4 | |
parent | 54e5aafa70f0239aaad8074ddc8d661e2a28b1f7 [diff] [blame] |
Accept both lower and camelcase userip.
diff --git a/apiclient/discovery.py b/apiclient/discovery.py index b99f7c2..825604a 100644 --- a/apiclient/discovery.py +++ b/apiclient/discovery.py
@@ -49,7 +49,7 @@ # Query parameters that work, but don't appear in discovery STACK_QUERY_PARAMETERS = ['trace', 'fields', 'pp', 'prettyPrint', 'userIp', - 'strict'] + 'userip', 'strict'] def key2param(key):