feat(biliVideos): 移除调试打印语句

fix(check): 更新重启成功提示信息
This commit is contained in:
SlyAimer 2025-02-16 14:44:57 +08:00
parent c8c92d01a8
commit 0f4de05c15
2 changed files with 1 additions and 4 deletions

View file

@ -36,9 +36,6 @@ if not os.path.exists('bili.cookie'):
# f.write(f"{cookie.name}={cookie.value}; ")
cookies = pickle.load(open('bili.cookie', 'rb'))
print("bilicookie")
print(cookies)
print("---end---")
# with open('bili.cookie', 'r') as f:
# cookies = f.read()

View file

@ -71,7 +71,7 @@ async def handle_function(message: MessageEvent):
return_code = os.system("python ./update_remote_code.py")
if return_code == 0:
await restart.finish("重启成功")
await restart.finish("重启成功,请10s后再试。")
else:
await restart.finish("重启失败")