Skip to content

Commit

Permalink
Fix 'User does not exist' issue in test.py .
Browse files Browse the repository at this point in the history
  • Loading branch information
liuwons committed Feb 22, 2016
1 parent b4855f1 commit 08dad11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ class MyWXBot(WXBot):
def handle_msg_all(self, msg):
if msg['msg_type_id'] == 5:
self.send_msg(msg['user_name'], 'hi')

'''
def schedule(self):
self.send_msg('tb', 'schedule')
time.sleep(1)

'''

def main():
bot = MyWXBot()
Expand Down

0 comments on commit 08dad11

Please sign in to comment.