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 4e886d8 commit c5dbaceCopy full SHA for c5dbace
wechatrobot/WeChatRobot.py
@@ -32,8 +32,8 @@ def deco(func: Callable) -> Callable:
32
def run(self , main_thread : bool = True):
33
#StartHook
34
self.StartMsgHook(port = self.port)
35
- self.StartImageHook(save_path = "")
36
- self.StartVoiceHook(save_path = "")
+ self.StartImageHook(save_path = "C:\\users\\user\\My Documents\\WeChat Files")
+ self.StartVoiceHook(save_path = "C:\\users\\user\\My Documents\\WeChat Files")
37
38
class ReceiveMsgSocketServer(socketserver.BaseRequestHandler):
39
def __init__(self, *args, **kwargs):
0 commit comments