Number thinko, duh...
This commit is contained in:
parent
b07ceef46b
commit
aba29f23e6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Reference in a new issue