diff --git a/app.py b/app.py index 75b5cd2..ad36a81 100644 --- a/app.py +++ b/app.py @@ -30,9 +30,11 @@ def unhandled_exception(): obj['keyDoesntExist'] Inventory = { - 'wrench': 1, - 'nails': 1, - 'hammer': 1 + 3: 10, + 4: 10, + 5: 10, + 6: 10, + 8: 10 } def process_order(cart):