removed annoying print statement
This commit is contained in:
parent
83239dd637
commit
990918db9e
@ -22,7 +22,6 @@ class VardaSpider(scrapy.Spider):
|
||||
text.lower().startswith("torsdag") or text.lower().startswith("fredag")):
|
||||
s = text.split(':-')
|
||||
d, p = self.get_days(s[0])
|
||||
print(d)
|
||||
for i in range(0, d+1):
|
||||
days.append(s[1])
|
||||
day_price.append(p)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user