Skip to content

Commit

Permalink
Added Thiel plan
Browse files Browse the repository at this point in the history
  • Loading branch information
dustball committed Jun 15, 2012
1 parent f5c0c6d commit eb8af3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
else:
SPREEDLY_ACCOUNT = 'hackerdojo'
SPREEDLY_APIKEY = keymaster.get('spreedly:hackerdojo')
PLAN_IDS = {'full': '1987', 'hardship': '2537', 'supporter': '1988', 'family': '3659', 'worktrade': '6608', 'comped': '15451', 'threecomp': '18158', 'yearly':'18552', 'fiveyear': '18853' }
PLAN_IDS = {'full': '1987', 'hardship': '2537', 'supporter': '1988', 'family': '3659', 'worktrade': '6608', 'comped': '15451', 'threecomp': '18158', 'yearly':'18552', 'fiveyear': '18853', 'theilcomp': '19616' }

# Old plans: 'minor': '3660', 'full-check': '6479', 'hardship-check': '6480',

Expand Down

0 comments on commit eb8af3e

Please sign in to comment.