From ad023711583684a2e4230bf03327a59963128f06 Mon Sep 17 00:00:00 2001 From: Ricter Zheng Date: Wed, 21 Apr 2021 15:37:13 +0800 Subject: [PATCH] Update constant.py --- nhentai/constant.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nhentai/constant.py b/nhentai/constant.py index b960d13..ef2edb9 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -36,9 +36,10 @@ CONFIG = { 'language': '', 'template': '', } - LANGUAGEISO ={ + +LANGUAGEISO ={ 'english' : 'en', 'chinese' : 'zh', 'japanese' : 'ja', 'translated' : 'translated' - } +} -- 2.44.0