Skip to content

Commit

Permalink
Merge pull request liuwons#167 from twistfz/fix-big-contact
Browse files Browse the repository at this point in the history
修改保存wxid变量名写错
  • Loading branch information
liuwons authored Dec 21, 2016
2 parents 23bd5ca + f13ef3f commit c9c84a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def handle_msg(self, r):
with open(os.path.join(self.temp_pwd,'UserName.txt'), 'w') as f:
f.write(msg['StatusNotifyUserName'])
with open(os.path.join(self.temp_pwd,'wxid.txt'), 'w') as f:
f.write(wxid_str)
f.write(json.dumps(self.wxid_list))
print "[INFO] Contact list is too big. Now start to fetch member list ."
self.get_big_contact()

Expand Down

0 comments on commit c9c84a1

Please sign in to comment.