sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
945 stars 330 forks source link

'Member' Object has no 'Email' #363

Closed Averiandith closed 1 year ago

Averiandith commented 1 year ago

https://github.com/sarumont/py-trello/blob/c711809a076aee3fc04784e26e6b0b9688229ebd/trello/member.py#L27

Kindly note that 'Member' object does not have 'email' as an attribute.

ScottG489 commented 1 year ago

I think this will be the case if you didn't grant "account" level permissions to the credentials you're using.

Averiandith commented 1 year ago

I see, thanks @ScottG489.