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

Commit

Permalink
Merge pull request #2241 from gittip/env-fix-payday
Browse files Browse the repository at this point in the history
Fix regression in payday with #2226 chain
  • Loading branch information
seanlinsley committed Apr 6, 2014
2 parents db72e2c + 530b6b5 commit 540f74e
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 540f74e

Please sign in to comment.