移除重复配置

This commit is contained in:
chinrain
2025-07-02 23:41:48 +08:00
parent 621dac22dc
commit 24747a5f09

View File

@@ -114,8 +114,6 @@ class Settings(BaseSettings):
AUTO_DELETE_REQUEST_LOGS_DAYS: int = 30
SAFETY_SETTINGS: List[Dict[str, str]] = DEFAULT_SAFETY_SETTINGS
#是否开启新手模式
URL_NORMALIZATION_ENABLED: bool = False
def __init__(self, **kwargs):
super().__init__(**kwargs)