Whitespace
This commit is contained in:
parent
c157557501
commit
13026702bd
4 changed files with 5 additions and 5 deletions
|
|
@ -90,7 +90,7 @@ class RecipePage(BasePage):
|
||||||
num_instr = 1
|
num_instr = 1
|
||||||
for inst in l_divinst:
|
for inst in l_divinst:
|
||||||
instructions += '%s: %s\n' % (num_instr, inst.text_content())
|
instructions += '%s: %s\n' % (num_instr, inst.text_content())
|
||||||
num_instr += 1
|
num_instr += 1
|
||||||
|
|
||||||
prepmin = 0
|
prepmin = 0
|
||||||
emprep = self.parser.select(self.document.getroot(), 'span#prepHoursSpan em')
|
emprep = self.parser.select(self.document.getroot(), 'span#prepHoursSpan em')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue