From: Ricter Zheng Date: Wed, 21 Apr 2021 07:37:13 +0000 (+0800) Subject: Update constant.py X-Git-Tag: 0.4.15~3 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ad023711583684a2e4230bf03327a59963128f06;p=nhentai.git Update constant.py --- 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' - } +}