Browse Source

fix bug

fix bug
vivre 8 years ago
parent
commit
5c74dbd475
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wxbot.py

+ 1 - 1
wxbot.py

@@ -1116,7 +1116,7 @@ class WXBot:
         return dic['BaseResponse']['Ret'] == 0
 
     def test_sync_check(self):
-        for host in ['webpush.wx', 'webpush2.wx','webpush.weixin', 'webpush2.weixin2',]:
+        for host in ['webpush.wx', 'webpush2.wx','webpush.weixin', 'webpush2.weixin2']:
             self.sync_host = host
             retcode = self.sync_check()[0]
             if retcode == '0':