feat: 更换flask框架为aiohttp

This commit is contained in:
helloplhm-qwq
2023-12-02 18:12:14 +08:00
parent f4e295763e
commit 842bf64ef6
6 changed files with 185 additions and 73 deletions

View File

@ -192,6 +192,7 @@ def handle_default_config():
logger.info('首次启动或配置文件被删除,已创建默认配置文件')
logger.info(
f'\n建议您到{variable.workdir + os.path.sep}config.json修改配置后重新启动服务器')
return default
class ConfigReadException(Exception):