fix: drop unused variables

Let's make Luacheck happy!

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-06-18 18:19:23 +02:00
parent c734c05614
commit 11c62fb80b
No known key found for this signature in database
GPG Key ID: 5A668E771F1ED854
1 changed files with 0 additions and 3 deletions

View File

@ -171,10 +171,7 @@ local function worker(user_args)
local api_key = args.api_key local api_key = args.api_key
local font_name = args.font_name or beautiful.font:gsub("%s%d+$", "") local font_name = args.font_name or beautiful.font:gsub("%s%d+$", "")
local units = args.units or 'metric' local units = args.units or 'metric'
local time_format_12h = args.time_format_12h
local both_units_widget = args.both_units_widget or false local both_units_widget = args.both_units_widget or false
local show_hourly_forecast = args.show_hourly_forecast
local show_daily_forecast = args.show_daily_forecast
local icon_pack_name = args.icons or 'weather-underground-icons' local icon_pack_name = args.icons or 'weather-underground-icons'
local icons_extension = args.icons_extension or '.png' local icons_extension = args.icons_extension or '.png'
local timeout = args.timeout or 120 local timeout = args.timeout or 120