Skip to content

Commit

Permalink
Note that 'eager' fetches attachments also
Browse files Browse the repository at this point in the history
  • Loading branch information
jean committed Jul 24, 2016
1 parent 8caa67f commit 1ef99f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trello/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def __repr__(self):
def fetch(self, eager=True):
"""
Fetch all attributes for this card
:param eager: If eager is true comments and checklists will be fetched immediately, otherwise on demand
:param eager: If eager, comments, checklists and attachments will be fetched immediately, otherwise on demand
"""
json_obj = self.client.fetch_json(
'/cards/' + self.id,
Expand Down

0 comments on commit 1ef99f3

Please sign in to comment.