Browse Source

Fix 'User does not exist' bug.

liuwons 9 years ago
parent
commit
8a51fb27c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wxbot.py

+ 1 - 1
wxbot.py

@@ -513,7 +513,7 @@ class WXBot:
         else:
             if self.DEBUG:
                 print '[ERROR] This user does not exist .'
-            return False
+            return True
 
     def search_content(self, key, content, fmat = 'attr'):
         if fmat == 'attr':