vivre 8 years ago
parent
commit
b09cd76e2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wxbot.py

+ 1 - 1
wxbot.py

@@ -1118,7 +1118,7 @@ class WXBot:
     def test_sync_check(self):
         for host1 in ['webpush.', 'webpush2.']:
             for host2 in ['weixin','weixin2','wx','wx2']:
-            self.sync_host = host1+host2
+                self.sync_host = host1+host2
                 try:
                     retcode = self.sync_check()[0]
                 except: