From 9040e49e16823bd16a40f978ef81d88d175b3dc8 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Mon, 8 Sep 2025 08:14:42 +1000 Subject: [PATCH] sync plugin Signed-off-by: jokob-sk --- front/plugins/sync/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/plugins/sync/sync.py b/front/plugins/sync/sync.py index e40e7afd..59ecc13d 100755 --- a/front/plugins/sync/sync.py +++ b/front/plugins/sync/sync.py @@ -148,7 +148,7 @@ def main(): message = f'[{pluginName}] Device data from node "{node_name}" written to {log_file_name}' mylog('verbose', [message]) - lggr.isAbove('verbose'): + if lggr.isAbove('verbose'): write_notification(message, 'info', timeNowTZ())