mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
whoops
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user