]> git.lizzy.rs Git - nhentai.git/commitdiff
Update constant.py
authorRicter Zheng <RicterZheng@gmail.com>
Wed, 21 Apr 2021 07:37:13 +0000 (15:37 +0800)
committerGitHub <noreply@github.com>
Wed, 21 Apr 2021 07:37:13 +0000 (15:37 +0800)
nhentai/constant.py

index b960d13e4bcf4d452aef088204e2c01dccee3367..ef2edb90bdce5610bbbd58f4114ee9ff2e6c6006 100644 (file)
@@ -36,9 +36,10 @@ CONFIG = {
     'language': '',
     'template': '',
 }
- LANGUAGEISO ={
+
+LANGUAGEISO ={
     'english' : 'en',
     'chinese' : 'zh',
     'japanese' : 'ja',
     'translated' : 'translated'
- }
+}