aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-read.py
diff options
context:
space:
mode:
Diffstat (limited to 'pySim-read.py')
-rwxr-xr-xpySim-read.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pySim-read.py b/pySim-read.py
index f54045b..1e1d39a 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -192,7 +192,7 @@ if __name__ == '__main__':
print("HPLMNAcT: Can't read file -- " + str(e))
# EF.ACC
- (res, sw) = scc.read_binary(['3f00', '7f20', '6f78'])
+ (res, sw) = card.read_binary('ACC')
if sw == '9000':
print("ACC: %s" % (res,))
else: