diff --git a/ComWeChatRobot b/ComWeChatRobot new file mode 160000 index 0000000..0d67151 --- /dev/null +++ b/ComWeChatRobot @@ -0,0 +1 @@ +Subproject commit 0d67151cdbe466fe99eb968cbeb485cfadeb18d8 diff --git a/README.md b/README.md index e5a2652..6e04ba3 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,5 @@ docker run \ [@0honus0](https://github.com/0honus0) +## 声明 +**本项目仅供学习研究,强烈反对商业用途或者滥用(通过程序化控制微信对其他人进行骚扰诈骗等)!** diff --git a/run.py b/run.py index 3cc7011..e0cedaf 100644 --- a/run.py +++ b/run.py @@ -57,7 +57,7 @@ class DockerWechatHook: self.run_vnc() self.run_wechat() self.run_hook() - print(datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')+ ' 启动完成.') + print(datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')+ ' 感谢使用.') if __name__ == '__main__' :