Skip to content

Commit

Permalink
兼容sync,解决1102,0和-1,-1问题
Browse files Browse the repository at this point in the history
兼容sync,解决1102,0和-1,-1问题
  • Loading branch information
vivre90 authored Oct 12, 2016
1 parent d890799 commit 51c37e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ def status_notify(self):
return dic['BaseResponse']['Ret'] == 0

def test_sync_check(self):
for host1 in ['webpush', 'webpush2']:
for host1 in ['webpush.', 'webpush2.']:
for host2 in ['weixin','weixin2','wx','wx2']:
self.sync_host = host1+host2
try:
Expand Down

0 comments on commit 51c37e0

Please sign in to comment.