Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR committed Jul 2, 2024
1 parent 595132a commit fd42d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion botmodule/command/setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down
2 changes: 1 addition & 1 deletion utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = [
Expand Down

0 comments on commit fd42d28

Please sign in to comment.