Cleanup
This commit is contained in:
parent
f386f15847
commit
8feb35ed7d
2
nowopen
2
nowopen
@ -127,11 +127,9 @@ 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
|
||||
end
|
||||
local today_times = nil
|
||||
for _,time in ipairs(place.times) do
|
||||
local from, to = get_weekday(time.from), get_weekday(time.to or time.from)
|
||||
|
Loading…
Reference in New Issue
Block a user