mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +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)
|
# serialize_json(doujinshi_obj, doujinshi_dir)
|
||||||
name = doujinshi_obj.name
|
name = doujinshi_obj.name
|
||||||
else:
|
else:
|
||||||
name = {'title': 'nHentai HTML Viewer'}
|
name = 'nHentai HTML Viewer'
|
||||||
|
|
||||||
data = html.format(TITLE=name, IMAGES=image_html, SCRIPTS=js, STYLES=css)
|
data = html.format(TITLE=name, IMAGES=image_html, SCRIPTS=js, STYLES=css)
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user