mirror of https://github.com/lcpz/lain.git
small fixes
This commit is contained in:
parent
b7c3cb77a1
commit
3e735d3eff
|
@ -48,7 +48,7 @@ yawn_notification_preset = {}
|
||||||
local function fetch_weather()
|
local function fetch_weather()
|
||||||
local url = api_url .. units_set .. city_id
|
local url = api_url .. units_set .. city_id
|
||||||
local f = io.popen("curl --connect-timeout 1 -fsm 3 '" .. url .. "'" )
|
local f = io.popen("curl --connect-timeout 1 -fsm 3 '" .. url .. "'" )
|
||||||
local text = f:read("*all")
|
local text = f:read("*a")
|
||||||
f:close()
|
f:close()
|
||||||
|
|
||||||
-- In case of no connection or invalid city ID
|
-- In case of no connection or invalid city ID
|
||||||
|
|
Loading…
Reference in New Issue