From 62615b8133fcb3ee961a0d81cb01f993b5b34c03 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 2 Apr 2011 11:20:36 -0500 Subject: [PATCH] Where did this o come from. --- mediagoblin/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/views.py b/mediagoblin/views.py index e286e950..37ed3a62 100644 --- a/mediagoblin/views.py +++ b/mediagoblin/views.py @@ -40,7 +40,7 @@ def submit_test(request): entry = request.db.MediaEntry() entry['title'] = request.POST['title'] - entry['description'] = request.POST.get(['description'])o + entry['description'] = request.POST.get(['description']) entry['media_type'] = u'image' # TODO this does NOT look save, we should clean the filename somenow? -- 2.25.1