mirror of https://github.com/lcpz/lain.git
yawn: forgot to remove debug strings
This commit is contained in:
parent
29ede88b15
commit
32d1dda2f0
|
@ -134,8 +134,6 @@ local function fetch_weather()
|
||||||
forecast = weather_data:match(": %S.-,"):gsub(": ", ""):gsub(",", "")
|
forecast = weather_data:match(": %S.-,"):gsub(": ", ""):gsub(",", "")
|
||||||
units = units:gsub(" ", "")
|
units = units:gsub(" ", "")
|
||||||
|
|
||||||
naughty.notify({text=forecast, timeout=10})
|
|
||||||
naughty.notify({text=units, timeout=10})
|
|
||||||
settings()
|
settings()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue