We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefe021 commit e0d31d8Copy full SHA for e0d31d8
1 file changed
scripts/debug/grants_collusion_stats.py
@@ -23,14 +23,11 @@
23
match_amount = contrib.subscription.grant.clr_prediction_curve[0][1]
24
except:
25
pass
26
- try:
27
- backup_match_amount = contrib.subscription.grant.backup_clr_prediction_curve[0][1]
28
- except:
29
- pass
+
30
stats[key] = {
31
'url': "https://gitcoin.co" + contrib.subscription.grant.url,
32
'match_amount': match_amount,
33
- 'backup_match_amount': backup_match_amount,
+ 'backup_match_amount': match_amount,
34
'contributions': [],
35
'contributions_per_profile': [],
36
'contributions_per_originated_address': [],
0 commit comments