Number thinko, duh...

This commit is contained in:
Matthias Schiffer 2011-03-21 17:13:29 +01:00
parent b07ceef46b
commit aba29f23e6

View file

@ -75,7 +75,7 @@ class Module(ModuleBase):
meals = [] meals = []
pos = 0 pos = 0
for i in range(0,5): for i in range(0,6):
row = handle_data_row(data, pos) row = handle_data_row(data, pos)
if not row: if not row: