diff --git a/modules/allrecipes/pages.py b/modules/allrecipes/pages.py index 43f50c99ca255f3201136882d94ab49e4484ddb0..887d74633ac0f3f31b7a881736258dcfcbee949b 100644 --- a/modules/allrecipes/pages.py +++ b/modules/allrecipes/pages.py @@ -90,7 +90,7 @@ def get_recipe(self, id): num_instr = 1 for inst in l_divinst: instructions += '%s: %s\n' % (num_instr, inst.text_content()) - num_instr += 1 + num_instr += 1 prepmin = 0 emprep = self.parser.select(self.document.getroot(), 'span#prepHoursSpan em')