fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
first changes of Gallery
[wolnelektury.git]
/
src
/
catalogue
/
feeds.py
diff --git
a/src/catalogue/feeds.py
b/src/catalogue/feeds.py
index
3bf1411
..
2a65c59
100644
(file)
--- a/
src/catalogue/feeds.py
+++ b/
src/catalogue/feeds.py
@@
-29,8
+29,8
@@
class AudiobookFeed(Feed):
'daisy': 'WolneLektury.pl - audiobooki w formacie DAISY',
}
'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']]
def title(self, args):
return self.titles[args['type']]