Skip to content

Commit

Permalink
Merge pull request #77 from Cypas/dev_cypas
Browse files Browse the repository at this point in the history
perf:更新s3s.ti脚本github仓库源
  • Loading branch information
Cypas authored Jul 3, 2024
2 parents 56a85a0 + 99cecb6 commit 08886ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_splatoon3_nso/handle/cron/stat_ink.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async def update_s3si_ts():
# get s3s code
s3s_folder = f"{path_folder}/s3sits_git"
if not os.path.exists(s3s_folder):
cmd = f"git clone https://github.com/spacemeowx2/s3si.ts {s3s_folder}"
cmd = f"git clone https://github.com/Cypas/s3si.ts {s3s_folder}"
rtn = subprocess.run(cmd.split(' '), stdout=subprocess.PIPE).stdout.decode('utf-8')
cron_logger.info(f"cli: {rtn}")
os.chdir(s3s_folder)
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_splatoon3_nso/utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

BOT_VERSION = "2.7.6"
BOT_VERSION = "2.7.7"
DIR_RESOURCE = f"{os.path.abspath(os.path.join(__file__, os.pardir, os.pardir))}/resource"
plugin_release_time = "2024-06-24 04:35:58" # 预留 2.0.0重构版nso插件发布时间,预计发布时对全部用户先显示一周,之后再判断用户创建时间

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-splatoon3-nso"
version = "1.5.6"
version = "1.5.7"
description = "一个基于nonebot2框架的splatoon3游戏nso数据查询插件"
authors = ["cypas <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 08886ca

Please sign in to comment.