Skip to content

Commit 2c903d1

Browse files
修复个人微信在群里@人,at_list为空的问题
1 parent 2281acd commit 2c903d1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libs/WxWorkHelper_3.0.14.1205.dll

-10.5 KB
Binary file not shown.

samples/python/wxwork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def manager_wxwork_by_pid(self, wxwork_pid):
185185
return self.WXLOADER.InjectWxWorkPid(wxwork_pid, c_string(self.wxhelper_dll_path))
186186

187187
@REQUIRE_WXLOADER()
188-
def close_manager():
188+
def close_manager(self):
189189
return self.WXLOADER.DestroyWxWork()
190190

191191
@REQUIRE_WXLOADER()

0 commit comments

Comments
 (0)