From 5d1ba84ad31479c2713d852ed149d45067880309 Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Tue, 20 May 2025 21:10:17 -0700 Subject: [PATCH] not needed --- system/hardware/tici/esim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/hardware/tici/esim.py b/system/hardware/tici/esim.py index f460f3ec58..6f36f7d9e9 100755 --- a/system/hardware/tici/esim.py +++ b/system/hardware/tici/esim.py @@ -139,7 +139,6 @@ if __name__ == "__main__": parser.add_argument('--delete', metavar='iccid', help='delete a profile by ICCID') parser.add_argument('--download', nargs=2, metavar=('qr', 'name'), help='download a profile using QR code') parser.add_argument('--nickname', nargs=2, metavar=('iccid', 'name'), help='nickname for the downloaded profile') - parser.add_argument('--reboot', action='store_true', help='reboot the modem') args = parser.parse_args() lpa = LPA()