Use the generic method read_record of card class to read SMSP

Change-Id: I911c5339a739fbdd9d41e61b63f2410c8358815b
This commit is contained in:
Supreeth Herle 2020-03-19 12:08:20 +01:00
parent e573ccb53c
commit ebe6dbaef5
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ if __name__ == '__main__':
print("GID2: Can't read file -- %s" % (str(e),))
# EF.SMSP
(res, sw) = scc.read_record(['3f00', '7f10', '6f42'], 1)
(res, sw) = card.read_record('SMSP', 1)
if sw == '9000':
print("SMSP: %s" % (res,))
else: