diff --git a/botmodule/command/setting.py b/botmodule/command/setting.py index 4cb55c0..6d8d0ba 100644 --- a/botmodule/command/setting.py +++ b/botmodule/command/setting.py @@ -550,7 +550,7 @@ async def select_slave_only_1(_: Client, call: Union[CallbackQuery, Message], ** if isinstance(call, CallbackQuery): await target.edit_text(target.text, reply_markup=IKM) else: - return await target.reply(f"请选择测试后端:\n", quote=True, reply_markup=IKM) + return await target.reply("请选择测试后端:\n", quote=True, reply_markup=IKM) async def select_slave_only(app: Client, call: Union[CallbackQuery, Message], timeout=60, **kwargs) -> tuple[str, str]: diff --git a/utils/__init__.py b/utils/__init__.py index 11bf1a3..ef0ed95 100644 --- a/utils/__init__.py +++ b/utils/__init__.py @@ -5,7 +5,7 @@ from utils.cron import * from typing import Callable, Any, Union, Coroutine, Optional -__version__ = "3.6.12" # 项目版本号 +__version__ = "3.6.13" # 项目版本号 HOME_DIR = getcwd() DEFAULT_UA = f"fulltclash/{__version__}" # 默认请求头 __all__ = [