mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:53:38 +02:00
...
This commit is contained in:
parent
aa7356e399
commit
d18cf9a25b
1 changed files with 1 additions and 1 deletions
|
|
@ -1707,7 +1707,7 @@ def generateHTMLDescriptions(self):
|
|||
ttc += 1
|
||||
'''
|
||||
|
||||
for tag in title['tags']:
|
||||
for tag in title.get('tags', []):
|
||||
aTag = Tag(soup,'a')
|
||||
#print "aTag: %s" % "Genre_%s.html" % re.sub("\W","",tag.lower())
|
||||
aTag['href'] = "Genre_%s.html" % re.sub("\W","",tag.lower())
|
||||
|
|
|
|||
Loading…
Reference in a new issue