Bump to v39.0.7.0

This commit is contained in:
Changhua
2023-12-05 23:25:16 +08:00
parent db35ebee75
commit 8f5a0d9d61
4 changed files with 19 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ from argparse import ArgumentParser
from base.func_report_reminder import ReportReminder
from configuration import Config
from constants import ChatType
from robot import Robot
from robot import Robot, __version__
from wcferry import Wcf
@@ -37,7 +37,7 @@ def main(chat_type: int):
signal.signal(signal.SIGINT, handler)
robot = Robot(config, wcf, chat_type)
robot.LOG.info("正在启动机器人···")
robot.LOG.info(f"WeChatRobot【{__version__}】成功启动···")
# 机器人启动发送测试消息
robot.sendTextMsg("机器人启动成功!", "filehelper")