mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 18:31:24 +02:00
Fix misspelling
This commit is contained in:
parent
4d89b80e67
commit
94d8da655a
@ -40,7 +40,7 @@ def main():
|
||||
elif options.keyword:
|
||||
from nhentai.constant import LANGUAGE
|
||||
if LANGUAGE:
|
||||
logger.info('Using deafult language: {0}'.format(LANGUAGE))
|
||||
logger.info('Using default language: {0}'.format(LANGUAGE))
|
||||
options.keyword += ', language:{}'.format(LANGUAGE)
|
||||
doujinshis = search_parser(options.keyword, sorting=options.sorting, page=options.page)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user