Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Nov 4, 2021
2 parents 4f1f123 + 4b5edb4 commit afe46b3
Show file tree
Hide file tree
Showing 70 changed files with 7,477 additions and 34,178 deletions.
4 changes: 2 additions & 2 deletions cookbook/integration/cookbookapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def get_recipe_from_file(self, file):
pass

try:
recipe.working_time = iso_duration_to_minutes(recipe_json['prep_time'])
recipe.waiting_time = iso_duration_to_minutes(recipe_json['cook_time'])
recipe.working_time = iso_duration_to_minutes(recipe_json['prepTime'])
recipe.waiting_time = iso_duration_to_minutes(recipe_json['cookTime'])
except Exception:
pass

Expand Down
Binary file modified cookbook/locale/ca/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit afe46b3

Please sign in to comment.