From c1ac9402da9ce2b29004e2466c7ec60ea2a1f08c Mon Sep 17 00:00:00 2001 From: DarkSir23 Date: Wed, 1 Nov 2017 11:21:18 -0400 Subject: [PATCH] OPDS Publisher Indexing --- mylar/opds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/opds.py b/mylar/opds.py index 46c53ff3..403114e6 100644 --- a/mylar/opds.py +++ b/mylar/opds.py @@ -227,7 +227,7 @@ class OPDS(object): if comic['ComicPublisher'] == kwargs['pubid'] and comic['haveissues'] > 0: entries.append( { - 'title': '%s (%s) (%)comic['ComicPublisher'], + 'title': '%s (%s) (%)', 'id': 'publisher:%s' % publisher['ComicPublisher'], 'updated': mylar.helpers.now(), 'content': publisher['ComicPublisher'],