From aafe99017518aaa439ffe459c27f549ea17b52c6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 15 Jun 2011 23:37:39 -0400 Subject: [PATCH] whoops --- httpbin/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/helpers.py b/httpbin/helpers.py index 4f67319..cf6731b 100644 --- a/httpbin/helpers.py +++ b/httpbin/helpers.py @@ -57,8 +57,8 @@ def get_dict(*keys, **extras): if len(form) == 1: if not form.values.pop(): - form = None data = form.keys().pop() + form = None d = dict( url=request.url,