Increase chance
This commit is contained in:
parent
e98ae325cd
commit
3d91237b40
2 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,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 = ["none", "none", "none", "rain"]
|
var weathers = ["rain", "none"]
|
||||||
|
|
||||||
var weather = weathers[time.getDate() % weathers.length]
|
var weather = weathers[time.getDate() % weathers.length]
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,6 @@ module.exports = {
|
||||||
html += `90.3% { visibility: hidden; }`
|
html += `90.3% { visibility: hidden; }`
|
||||||
|
|
||||||
html += `}`
|
html += `}`
|
||||||
console.log(html)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
html += "</style>"
|
html += "</style>"
|
||||||
|
|
Loading…
Reference in a new issue