Skip to content

Commit d358ce0

Browse files
author
liuwangsheng01
committed
change push url
1 parent 48b6e64 commit d358ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wxbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ def sync_check(self):
12441244
'synckey': self.sync_key_str,
12451245
'_': int(time.time()),
12461246
}
1247-
url = 'https://' + self.sync_host + '.weixin.qq.com/cgi-bin/mmwebwx-bin/synccheck?' + urllib.urlencode(params)
1247+
url = 'https://' + self.sync_host + '.wx.qq.com/cgi-bin/mmwebwx-bin/synccheck?' + urllib.urlencode(params)
12481248
try:
12491249
r = self.session.get(url, timeout=60)
12501250
r.encoding = 'utf-8'

0 commit comments

Comments
 (0)