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