From e983de9c60e7b0e4264878c19dab8e45962efa10 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Mon, 30 Mar 2026 18:04:12 +1300 Subject: Fix markdown rendering or smth like that --- FereFit_syncTime_BLE.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FereFit_syncTime_BLE.py') diff --git a/FereFit_syncTime_BLE.py b/FereFit_syncTime_BLE.py index 0076127..55866aa 100644 --- a/FereFit_syncTime_BLE.py +++ b/FereFit_syncTime_BLE.py @@ -24,6 +24,8 @@ async def sync(device_name: str): await client.write_gatt_char("6E40FC20-B5A3-F393-E0A9-E50E24DCCA9E", packet) print(f"Time synced! ts={ts} offset={offset}") except Exception as e: + import traceback + traceback.print_exc() print(f"Failed: {e}") if __name__ == "__main__": -- cgit v1.2.3