Skip to content

Commit

Permalink
fetch Member email
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Shaw committed Mar 2, 2019
1 parent 31e60cb commit 0b7ebdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trello/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def fetch(self):
json_obj = self.client.fetch_json(
'/members/' + self.id,
query_params={'badges': False})
self.email = json_obj['email']
self.status = json_obj['status']
self.id = json_obj.get('id', '')
self.bio = json_obj.get('bio', '')
Expand Down

0 comments on commit 0b7ebdb

Please sign in to comment.