From b602f4bb4fa83ffb0598303bc400d3e40edd9be8 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 15 Dec 2025 08:10:42 -0800 Subject: [PATCH] sync --- fitbitsync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fitbitsync.py b/fitbitsync.py index 74ab2d9..bb83ffd 100644 --- a/fitbitsync.py +++ b/fitbitsync.py @@ -150,6 +150,7 @@ class ConfigManager: # Value is base64 encoded JSON encoded_value = data['Value'] + logger.debug(f"Consul raw value type: {type(encoded_value)}, value: {encoded_value[:50]}...") # Log type and first 50 chars logger.debug(f"Consul encoded value: {encoded_value}") # Add padding if necessary for base64 decoding