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

Commit

Permalink
Merge branch 'develop' of https://github.com/youfou/wxpy into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
youfou committed Mar 31, 2017
2 parents 3b1371d + 101c9ca commit a917bb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wxpy/api/chats/member.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .user import User
import weakref


# Todo: 若尝试获取群成员信息时为空,自动更新成员信息 (并要照顾到遍历所有群成员的场景)
Expand All @@ -12,7 +11,7 @@ class Member(User):

def __init__(self, raw, group):
super(Member, self).__init__(raw, group.bot)
self.group = weakref.proxy(group)
self.group = group

@property
def display_name(self):
Expand Down

0 comments on commit a917bb7

Please sign in to comment.