Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gateray/msg-sender
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
gateray committed Oct 10, 2017
1 parent cd545fe commit 57d1412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def __init__(self, redisConn, title="", content="", **qywxSettings):
self.corpid = qywxSettings.get("corpid")
self.corpsecret = qywxSettings.get("corpsecret")
self.agentid = qywxSettings.get("agentid")
self.toUser = qywxSettings.get("toUser")
self.toParty = qywxSettings.get("toParty")
self.toUser = qywxSettings.get("toUser")
self.toParty = qywxSettings.get("toParty")
self.timeout = qywxSettings.get("timeout")
self.__redis = redisConn

Expand Down

0 comments on commit 57d1412

Please sign in to comment.