From 5d208ceed683baf269cdfc7cf4f4dd6e880cce02 Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Tue, 20 May 2025 21:33:12 -0700 Subject: [PATCH] rename --- system/hardware/tici/esim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hardware/tici/esim.py b/system/hardware/tici/esim.py index 6ac3ced18f..1cd765b752 100755 --- a/system/hardware/tici/esim.py +++ b/system/hardware/tici/esim.py @@ -164,4 +164,4 @@ if __name__ == "__main__": profiles = lpa.list_profiles() print(f'\n{len(profiles)} profile{"s" if len(profiles) > 1 else ""}:') for p in profiles: - print(f'- {p.iccid} (nickname: {p.nickname or "no nickname"}) (provider: {p.provider}) - {"enabled" if p.enabled else "disabled"}') + print(f'- {p.iccid} (nickname: {p.nickname or ""}) (provider: {p.provider}) - {"enabled" if p.enabled else "disabled"}')