Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeruniverse committed Jul 28, 2015
1 parent 83a2117 commit b150a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QQBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ def push(self, ipContent, seq):
if info["code"] in [40001, 40003, 40004]:
self.reply("我今天累了,不聊了")
logging.warning("Reach max AI call")
elif info["code"] in [40002, 40005, 40006, 40007]:
self.reply("我遇到了一点问题,请稍后@我")
logging.warning("PM AI return error, code:"+str(info["code"]))
else:
Expand Down

0 comments on commit b150a31

Please sign in to comment.