Removing a tab. This is a tab-free zone!

This commit is contained in:
Christopher Allan Webber 2011-08-10 12:08:14 -05:00
parent 7960ac985f
commit ad4aef3a67

View File

@ -154,7 +154,7 @@ def atom_feed(request):
'username': request.matchdict['user'],
'status': 'active'})
if not user:
return exc.HTTPNotFound()
return exc.HTTPNotFound()
cursor = request.db.MediaEntry.find({
'uploader': user['_id'],