mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-07-01 07:59:29 +02:00
Update cmdline.py
This commit is contained in:
@ -206,8 +206,8 @@ def cmd_parser():
|
||||
if args.threads <= 0:
|
||||
args.threads = 1
|
||||
|
||||
elif args.threads > 15:
|
||||
logger.critical('Maximum number of used threads is 15')
|
||||
exit(1)
|
||||
# elif args.threads > 15:
|
||||
# logger.critical('Maximum number of used threads is 15')
|
||||
# exit(1)
|
||||
|
||||
return args
|
||||
|
Reference in New Issue
Block a user