Skip to content

Commit

Permalink
Merge pull request #22 from matallen/master
Browse files Browse the repository at this point in the history
Update to supply params to the dashboard for the trello script
  • Loading branch information
sabre1041 authored Nov 8, 2018
2 parents 3aac6b2 + b8374fd commit 4b31a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trello-stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def preload_member_cache(session, org_id):

members_items[member_id] = member_items
if (not human_readable):
print "Cards Closed/TR{0}/{1}/{2}".format(card_id, get_member(session, member_id)['username'], member_items['points'])
print "Cards Closed/TR{0}/{1}/{2} [linkId={3}]".format(card_id, get_member(session, member_id)['username'], member_items['points'], card['shortLink'])


if (human_readable):
Expand Down

0 comments on commit 4b31a01

Please sign in to comment.