We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fdb87 commit 3a2a568Copy full SHA for 3a2a568
wechatrobot/Api.py
@@ -155,7 +155,6 @@ def SendEmotion(self , **params) -> Dict:
155
def GetCdn(self , **params) -> Dict:
156
return self.post(WECHAT_GET_CDN , GetCdnBody(**params))
157
158
-127 #[自定义
159
def GetDBHandle(self, db_name="MicroMsg.db") -> int:
160
if not self.db_handle:
161
self.db_handle = {i["db_name"]: i["handle"] for i in self.GetDatabaseHandles()["data"]}
0 commit comments