Fix battery ...again

master
Stergios Mekras 2022-03-03 20:17:04 +01:00
parent fd9fb6cba4
commit 515d1ea229
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function draw() {
g.drawImage(background); g.drawImage(background);
const color = getBatteryColor(batLevel); const color = getBatteryColor(batLevel);
const bat = ""; let bat = "";
const d = new Date(); const d = new Date();
const day = d.getDate(); const day = d.getDate();
const month = d.getMonth() + 1; const month = d.getMonth() + 1;