From ed2229b1394787aaae50e271d53c6f79cf6b38f6 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sat, 12 Apr 2025 00:09:45 +0300 Subject: [PATCH] Fix status message --- checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checker.py b/checker.py index b30de40..3d815c1 100644 --- a/checker.py +++ b/checker.py @@ -210,7 +210,7 @@ def check_logs(logger, initial_sync_count, previous_status): if previous_status == "Sync": current_sync_count += 1 # Increment local count logger.info(f"Sync completed. Sync count incremented to {current_sync_count}.") - status_message = f"OK: {formatted_id})" # Use current_sync_count + status_message = f"OK: {formatted_id}" # Use current_sync_count logger.info(f"Node is OK. Last sub ID: {last_checking_info['last_sub_id']}") elif last_ignored_id: