Skip to content

Commit

Permalink
Fix analytics_clr script (#8158)
Browse files Browse the repository at this point in the history
* update analytics command

* Revert "update analytics command"

This reverts commit 5db079a.

* updated analytics clr
  • Loading branch information
frankchen07 authored Dec 21, 2020
1 parent 458638a commit aa708bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/grants/management/commands/analytics_clr.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def analytics_clr(from_date=None, clr_round=None, network='mainnet'):

print(total_pot)

grants, contributions, phantom_funding_profiles = fetch_data(clr_round, network)
grants, contributions = fetch_data(clr_round, network)

grant_contributions_curr = populate_data_for_clr(grants, contributions, phantom_funding_profiles, clr_round)
grant_contributions_curr = populate_data_for_clr(grants, contributions, clr_round)

# calculate clr analytics output
for grant in grants:
Expand Down

0 comments on commit aa708bf

Please sign in to comment.