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: