From 8feb35ed7d126df13ad935f8bf6c5e752f49724e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 8 Jul 2022 13:38:30 -0400 Subject: [PATCH] Cleanup --- nowopen | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nowopen b/nowopen index 988e2d9..b94eb6d 100755 --- a/nowopen +++ b/nowopen @@ -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