Skip to content

Commit

Permalink
not sub footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Fabisz authored and Sebastian Fabisz committed Jan 6, 2024
1 parent 6932e42 commit b2566c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/wttr/sources/wttr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ end

-- Gets weather forecast for next few days
result.get_forecast = function(type, location, units, lang, callback)
local effective_url = "v2d.wttr.in/" .. location .. "?T"
local effective_url = "v2d.wttr.in/" .. location .. "?TF"

if type == "classic" then
effective_url = "wttr.in/" .. location .. "?T"
effective_url = "wttr.in/" .. location .. "?TF"
end

if not util.is_empty(units) then
Expand Down

0 comments on commit b2566c1

Please sign in to comment.