Skip to content

Commit 3a2a568

Browse files
committed
+1
1 parent 63fdb87 commit 3a2a568

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wechatrobot/Api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def SendEmotion(self , **params) -> Dict:
155155
def GetCdn(self , **params) -> Dict:
156156
return self.post(WECHAT_GET_CDN , GetCdnBody(**params))
157157

158-
127 #[自定义
159158
def GetDBHandle(self, db_name="MicroMsg.db") -> int:
160159
if not self.db_handle:
161160
self.db_handle = {i["db_name"]: i["handle"] for i in self.GetDatabaseHandles()["data"]}

0 commit comments

Comments
 (0)