添加配置项 请求超时时间

This commit is contained in:
2023-11-15 00:43:12 +08:00
parent 89f09cd66c
commit bfadac4f79
2 changed files with 5 additions and 2 deletions

View File

@@ -10,3 +10,5 @@ CACHE_PATH: Path = get_cache_dir('nonebot_plugin_tetris_stats')
class Config(BaseModel):
"""配置类"""
tetris_req_timeout: float = 30.0