From 94d8da655ad9b2a4451aa834193ddc076f41df17 Mon Sep 17 00:00:00 2001 From: Nontre12 <62849884+Nontre12@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:30:11 +0200 Subject: [PATCH] Fix misspelling --- nhentai/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/command.py b/nhentai/command.py index f6c4855..621fef2 100644 --- a/nhentai/command.py +++ b/nhentai/command.py @@ -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)