This commit is contained in:
Ricter Z 2018-03-16 23:33:16 +08:00
parent a56d3ca18c
commit 08ad73b683

View File

@ -34,7 +34,7 @@ def generate_html(output_dir='.', doujinshi_obj=None):
previous = '' previous = ''
if doujinshi_obj is not None: if doujinshi_obj is not None:
doujinshi_dir = os.path.join(output_dir, str(doujinshi_obj.id)) doujinshi_dir = os.path.join(output_dir, str(doujinshi_obj.name))
else: else:
doujinshi_dir = '.' doujinshi_dir = '.'