Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Remove extraneous argument
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 13, 2015
1 parent 22867fd commit e087c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gratipay/billing/payday.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def settle_card_holds(self, cursor, holds):
SELECT *
FROM payday_participants
WHERE new_balance < 0
""",dict(MINIMUM_CHARGE=MINIMUM_CHARGE))
""")
participants = [p for p in participants if p.id in holds]

log("Capturing card holds.")
Expand Down

0 comments on commit e087c60

Please sign in to comment.