Skip to content

Commit

Permalink
Update renderer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IronManCool001 authored Jan 12, 2022
1 parent a6cf5fe commit f81e31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function getData(city){
skyD.innerHTML=`sky: ${sky}`
document.getElementById("winfo").appendChild(skyD);
}
setIntervalX(()=>{
/* setIntervalX(()=>{
const NOTIFICATION_TITLE = 'Weather Update'
const NOTIFICATION_BODY = `Temp:${temp} \n Sky:${sky}`
Expand All @@ -86,7 +86,7 @@ function getData(city){
skyD.innerHTML=`sky: ${sky}`
document.getElementById("winfo").appendChild(skyD);
}
},1800000,10)
},1800000,10) */
})
}

Expand Down

0 comments on commit f81e31a

Please sign in to comment.