From 28f68385603bb0b4b490cdb4747fc37b3244e048 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 4 Sep 2022 18:09:58 +0100 Subject: [PATCH] continue to next agent rather than return from function, otherwise other agents won't receive updates Signed-off-by: Adam --- api/tacticalrmm/winupdate/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tacticalrmm/winupdate/tasks.py b/api/tacticalrmm/winupdate/tasks.py index 512c2428..3cebd756 100644 --- a/api/tacticalrmm/winupdate/tasks.py +++ b/api/tacticalrmm/winupdate/tasks.py @@ -72,7 +72,7 @@ def check_agent_update_schedule_task() -> None: if last_installed.strftime("%d/%m/%Y") == agent_localtime_now.strftime( "%d/%m/%Y" ): - return + continue # check if schedule is set to daily/weekly and if now is the time to run if (