Add missing comma in Mint solution (#399)

pull/434/head
Alexander Teno 4 years ago committed by GitHub
parent b2fffe6fd4
commit 9a02480632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -242,7 +242,7 @@ class Budget(object):
def create_budget_template(self):
return {
'DefaultCategories.HOUSING': income * .4,
'DefaultCategories.FOOD': income * .2
'DefaultCategories.FOOD': income * .2,
'DefaultCategories.GAS': income * .1,
'DefaultCategories.SHOPPING': income * .2
...

Loading…
Cancel
Save