sarumont / py-trello

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

boards all_members() method not returning proper member_type #300

Open saikishor opened 4 years ago

saikishor commented 4 years ago

First of all, great work, everything works like a charm.

When I am trying to get the info from all_members method, I am receiving the info properly, but the field member_type in the received information is set to normal for all members, even the admin members. Is it supposed to be this way?.