fix boot.js (hopefully)

pull/1714/head
Stiralbios 2022-04-18 17:30:57 +02:00
parent e00fadcb99
commit b985b61a3d
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ function run(){
activityreminder = require("activityreminder").loadSettings();
if(activityreminder.enabled) {
stepsArray = require("activityreminder").loadStepsArray();
setInterval(global.activityreminder.run, 60000);
setInterval(run, 60000);
}