From 8666f8d8bc9732b1c0064bf35f3e3b3458c40fef Mon Sep 17 00:00:00 2001 From: stark <753415348@qq.com> Date: Mon, 19 Nov 2018 15:25:22 +0800 Subject: [PATCH 1/2] test git --- python_wechat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python_wechat.py b/python_wechat.py index 3a962fc..0efeaf1 100644 --- a/python_wechat.py +++ b/python_wechat.py @@ -6,6 +6,7 @@ (1) 自动提醒群红包 (2) 自动监测被撤回消息 (3) 群关键字提醒,群被@提醒 +你好 """ import time From 31cbfb4db829ba6c1035a3002e5cb79cb01263ff Mon Sep 17 00:00:00 2001 From: stark <753415348@qq.com> Date: Mon, 19 Nov 2018 15:44:28 +0800 Subject: [PATCH 2/2] test git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ad5f71..caaba59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LearnPython 以撸代码的形式学习Python, 具体说明在[知乎专栏-撸代码,学知识](https://zhuanlan.zhihu.com/pythoner) - +不错 =================================================================================================== ### python_base.py: 千行代码入门Python