mirror of
				https://github.com/RicterZ/nhentai.git
				synced 2025-11-04 02:50:55 +01:00 
			
		
		
		
	fix bug #13
This commit is contained in:
		@@ -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 = '.'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user