fixed feeds
authorJan Szejko <j-sz@o2.pl>
Thu, 4 Feb 2016 09:42:46 +0000 (10:42 +0100)
committerJan Szejko <j-sz@o2.pl>
Thu, 4 Feb 2016 09:42:46 +0000 (10:42 +0100)
src/catalogue/feeds.py

index 3bf1411..2a65c59 100644 (file)
@@ -29,8 +29,8 @@ class AudiobookFeed(Feed):
         'daisy': 'WolneLektury.pl - audiobooki w formacie DAISY',
     }
 
-    def get_object(self, request, obj_type):
-        return {'type': obj_type, 'all': 'all' in request.GET}
+    def get_object(self, request, type):
+        return {'type': type, 'all': 'all' in request.GET}
 
     def title(self, args):
         return self.titles[args['type']]