cards: fix typo

Change-Id: I81a6074776bdf67b7bea359fe7a24f906936f46d
This commit is contained in:
Philipp Maier 2023-01-03 13:29:45 +01:00
parent 4237ccfb45
commit de0cf1648c
1 changed files with 2 additions and 2 deletions

View File

@ -1331,13 +1331,13 @@ class WavemobileSim(UsimCard):
print(
"Warning: Programming of the ICCID is not implemented for this type of card.")
# KI (Presumably a propritary file)
# KI (Presumably a proprietary file)
# TODO: Add programming of KI
if p.get('ki'):
print(
"Warning: Programming of the KI is not implemented for this type of card.")
# OPc (Presumably a propritary file)
# OPc (Presumably a proprietary file)
# TODO: Add programming of OPc
if p.get('opc'):
print(