Fix build, hopefully

This commit is contained in:
Matt Wright
2012-09-16 22:23:04 -04:00
parent 857f135748
commit 90b4c58457
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ def register():
if request.json:
form_data = MultiDict(request.json)
else:
form_data = None
form_data = request.form
form = form_class(form_data)