Skip to content

Commit

Permalink
移除失效同步检测消息线路,增加新线路
Browse files Browse the repository at this point in the history
  • Loading branch information
lbbniu committed Oct 18, 2016
1 parent 27535c8 commit bc0482c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions weixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,13 +313,14 @@ def getNameById(self, id):

def testsynccheck(self):
SyncHost = [
'webpush.weixin.qq.com',
'webpush2.weixin.qq.com',
'webpush.wechat.com',
'webpush1.wechat.com',
'webpush2.wechat.com',
'webpush1.wechatapp.com',
#'webpush.weixin.qq.com',
#'webpush2.weixin.qq.com',
#'webpush.wechat.com',
#'webpush1.wechat.com',
#'webpush2.wechat.com',
#'webpush1.wechatapp.com',
# 'webpush.wechatapp.com'
'webpush.wx.qq.com'
]
for host in SyncHost:
self.syncHost = host
Expand Down

0 comments on commit bc0482c

Please sign in to comment.