Skip to content

Commit e0d31d8

Browse files
committed
fix broken code
1 parent fefe021 commit e0d31d8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

scripts/debug/grants_collusion_stats.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@
2323
match_amount = contrib.subscription.grant.clr_prediction_curve[0][1]
2424
except:
2525
pass
26-
try:
27-
backup_match_amount = contrib.subscription.grant.backup_clr_prediction_curve[0][1]
28-
except:
29-
pass
26+
3027
stats[key] = {
3128
'url': "https://gitcoin.co" + contrib.subscription.grant.url,
3229
'match_amount': match_amount,
33-
'backup_match_amount': backup_match_amount,
30+
'backup_match_amount': match_amount,
3431
'contributions': [],
3532
'contributions_per_profile': [],
3633
'contributions_per_originated_address': [],

0 commit comments

Comments
 (0)