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

Commit

Permalink
webqq 的 http 请求全部改为 https。感谢网友 an鑫_wolfxin2010 提供帮助。
Browse files Browse the repository at this point in the history
  • Loading branch information
pandolia committed Dec 6, 2018
1 parent 65a7076 commit c5f53c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,6 @@ bot = QQBot() ),需要使用 from qqbot import _bot 来得到这个全局唯
1) 增加 python3 的支持
2) 增加采用 virtualenv 安装至独立的运行环境的脚本
3) 增加测试脚本

2018-12-06 qqbot v2.3.11
1) webqq 的 http 请求全部改为 https。感谢网友 an鑫_wolfxin2010 提供帮助。
2 changes: 1 addition & 1 deletion qqbot/qconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if p not in sys.path:
sys.path.insert(0, p)

version = 'v2.3.10'
version = 'v2.3.11'

sampleConfStr = '''
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

version = 'v2.3.10'
version = 'v2.3.11'

setup(
name = 'qqbot',
Expand Down

0 comments on commit c5f53c3

Please sign in to comment.