Content deleted Content added
No edit summary |
No edit summary |
||
Line 154:
local matchdate = "^" .. date
local startdate,enddate = ""
for i = 1, numRecords do
Line 163 ⟶ 161:
hits = 1
end
if hits >= tonumber(json.days) then
enddate = json.items[i].date
break
|