mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-26 07:18:33 +03:00
pySim-read.py: fix copy-paste: s/HPLMNAcT/PLMNsel/
Change-Id: I4a452a2e439cb713621a028cf0046339f50864b6
This commit is contained in:
@@ -140,7 +140,7 @@ if __name__ == '__main__':
|
|||||||
else:
|
else:
|
||||||
print("PLMNsel: Can't read, response code = %s" % (sw,))
|
print("PLMNsel: Can't read, response code = %s" % (sw,))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("HPLMNAcT: Can't read file -- " + str(e))
|
print("PLMNsel: Can't read file -- " + str(e))
|
||||||
|
|
||||||
# EF.PLMNwAcT
|
# EF.PLMNwAcT
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user