Remove rain (again)

This commit is contained in:
bingus_violet 2024-04-20 18:40:27 -05:00
parent e9e3f05208
commit 56150f1ce8

View file

@ -99,7 +99,7 @@ function converter(html, query) {
html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7) html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7)
var weathers = ["rain", "none"] var weathers = ["none"]
var weather = weathers[time.getDate() % weathers.length] var weather = weathers[time.getDate() % weathers.length]