Skip to content

Commit

Permalink
codefund at ATH xD
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Sep 1, 2019
1 parent 65a1221 commit 5296fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/retail/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ def get_codefund_history_at_date(date, keyword):
if date > timezone.datetime(2019, 7, 9):
amount += 40269
if date > timezone.datetime(2019, 8, 9):
amount += 31015 # august month to date
amount += 50871
if date > timezone.datetime(2019, 9, 9):
amount += 0
amount += 0 # september month to date
return amount


Expand Down

0 comments on commit 5296fb1

Please sign in to comment.