First time load data always

master
David Peer 2022-01-26 07:36:20 +01:00
parent 0c3cb8f4e0
commit 828a08cb31
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ function handleState(fastUpdate){
/*
* 5 Minute updates
*/
if(minutes % 5 == 0){
if(minutes % 5 == 0 && fastUpdate){
return;
}