Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
finish Todo in get_chat_obj
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbotao828 authored Mar 22, 2018
1 parent 7c76c7c commit 23be455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxpy/api/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ def fetch_contact(_username):
self.batch_get_contact(_username)
if _username == 'fmessage':
return Chat(self, '朋友推荐消息')
elif _username == 'fmessage':
elif _username == 'filehelper':
return Chat(self, '文件传输助手')
if _username in self.data.raw_chats:
raw_chat = self.data.raw_chats[_username]
Expand Down

0 comments on commit 23be455

Please sign in to comment.