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

Commit

Permalink
Fix regression in payday with #2226 chain
Browse files Browse the repository at this point in the history
The wireup.{billing,nanswers} functions also need an env arg now.
Discovered in #2236.
  • Loading branch information
chadwhitacre committed Apr 3, 2014
1 parent c57f864 commit 530b6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gittip/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def payday():
db = wireup.db(env)
db.run("SET statement_timeout = 0")

wireup.billing()
wireup.nanswers()
wireup.billing(env)
wireup.nanswers(env)


# Lazily import the billing module.
Expand Down

0 comments on commit 530b6b5

Please sign in to comment.