def send_wechat(self,name,content): w_content=name+' '+content itchat.send(w_content,toUserName=self.toName) time.sleep(1) itchat.send(w_content,toUserName='filehelper')