Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
gjwang committed Mar 6, 2016
1 parent 6f7b9d8 commit ba0885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def run(self):

result = self.wait4login()
if result != SUCCESS:
print '[ERROR] Web WeChat login failed. failed code=result'%(result, )
print '[ERROR] Web WeChat login failed. failed code=%s'%(result, )
return

if self.login():
Expand Down

0 comments on commit ba0885b

Please sign in to comment.