mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-12 06:23:30 +02:00
fix title #396
This commit is contained in:
parent
0c9b92ce10
commit
2e895d8d0f
@ -144,7 +144,7 @@ def generate_html(output_dir='.', doujinshi_obj=None, template='default'):
|
||||
# serialize_json(doujinshi_obj, doujinshi_dir)
|
||||
name = doujinshi_obj.name
|
||||
else:
|
||||
name = {'title': 'nHentai HTML Viewer'}
|
||||
name = 'nHentai HTML Viewer'
|
||||
|
||||
data = html.format(TITLE=name, IMAGES=image_html, SCRIPTS=js, STYLES=css)
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user