Bugfix in norwegian version.
This commit is contained in:
parent
7c6335cafe
commit
fc3b2bd1cc
|
@ -1033,7 +1033,7 @@ class ReadingModel():
|
||||||
p.strip()
|
p.strip()
|
||||||
nextArray.append(p.split("-"))
|
nextArray.append(p.split("-"))
|
||||||
for n in nextArray:
|
for n in nextArray:
|
||||||
sum += int(n[1]) - int(n[0])
|
sum += int(n[1]) - int(n[0]) + 1
|
||||||
return sum
|
return sum
|
||||||
|
|
||||||
## Return whether the reading has been done or not
|
## Return whether the reading has been done or not
|
||||||
|
|
Reference in New Issue