Update config.ini

This commit is contained in:
Mathhew
2020-09-25 16:45:16 +08:00
parent cc2d44b728
commit 8873a4a7bd
2 changed files with 2 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ class Config:
"""
try:
return self.conf.getint("Name_Rule", "max_title_len")
except ValueError:
except:
return 50
def update_check(self) -> bool: