Skip to content
This repository was archived by the owner on Aug 23, 2020. It is now read-only.

Commit c5f53c3

Browse files
committed
webqq 的 http 请求全部改为 https。感谢网友 an鑫_wolfxin2010 提供帮助。
1 parent 65a7076 commit c5f53c3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

changes

+3
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,6 @@ bot = QQBot() ),需要使用 from qqbot import _bot 来得到这个全局唯
391391
1) 增加 python3 的支持
392392
2) 增加采用 virtualenv 安装至独立的运行环境的脚本
393393
3) 增加测试脚本
394+
395+
2018-12-06 qqbot v2.3.11
396+
1) webqq 的 http 请求全部改为 https。感谢网友 an鑫_wolfxin2010 提供帮助。

qqbot/qconf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
if p not in sys.path:
66
sys.path.insert(0, p)
77

8-
version = 'v2.3.10'
8+
version = 'v2.3.11'
99

1010
sampleConfStr = '''
1111
{

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = 'v2.3.10'
5+
version = 'v2.3.11'
66

77
setup(
88
name = 'qqbot',

0 commit comments

Comments
 (0)