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 c2e63a0..98a2e81 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -213,7 +213,7 @@ if __name__ == '__main__':
print("MSISDN: Can't read file -- " + str(e))
# EF.AD
- (res, sw) = scc.read_binary(['3f00', '7f20', '6fad'])
+ (res, sw) = card.read_binary('AD')
if sw == '9000':
print("AD: %s" % (res,))
else: