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