mirror of
				https://github.com/RicterZ/nhentai.git
				synced 2025-11-04 11:00:55 +01:00 
			
		
		
		
	removed list(). stupid mistake
This commit is contained in:
		@@ -90,7 +90,7 @@ def main():
 | 
				
			|||||||
                doujinshi_list.append(Doujinshi(name_format=options.name_format, **doujinshi_info))
 | 
					                doujinshi_list.append(Doujinshi(name_format=options.name_format, **doujinshi_info))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if (i + 1) % 10 == 0:
 | 
					            if (i + 1) % 10 == 0:
 | 
				
			||||||
                logger.info('Progress: %d / %d' % (i + 1, len(list(doujinshi_ids))))
 | 
					                logger.info('Progress: %d / %d' % (i + 1, len(doujinshi_ids)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if not options.is_show:
 | 
					    if not options.is_show:
 | 
				
			||||||
        downloader = Downloader(path=options.output_dir, size=options.threads,
 | 
					        downloader = Downloader(path=options.output_dir, size=options.threads,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user