Weather events are proper again
This commit is contained in:
parent
2109d74cee
commit
393e12aadc
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ function converter(html, query) {
|
|||
|
||||
html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7)
|
||||
|
||||
var weathers = ["rain"]
|
||||
var weathers = ["rain", "none"]
|
||||
|
||||
var weather = weathers[time.getDate() % weathers.length]
|
||||
|
||||
|
|
Loading…
Reference in a new issue