This commit is contained in:
Bruce Hill 2022-07-08 13:38:30 -04:00
parent f386f15847
commit 8feb35ed7d

View File

@ -127,10 +127,8 @@ end
local options = {}
for i,place in ipairs(places) do
if arg[1] then
if not matches_tags(place, arg) then
goto next_place
end
if not matches_tags(place, arg) then
goto next_place
end
local today_times = nil
for _,time in ipairs(place.times) do