aboutsummaryrefslogtreecommitdiffstats
path: root/fingerpass.py
diff options
context:
space:
mode:
authorhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2007-06-08 00:55:16 +0000
committerhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2007-06-08 00:55:16 +0000
commit3fa2f884191bcbac2994fcba964bbceb1087bc10 (patch)
tree4971bb7169f9cce57c0a557d3d35a562d9d7d0a2 /fingerpass.py
parent918eaf3f40436925730c32096fe9f78801ae588f (diff)
Tool to read full passport information. Call without arguments to try without bac, or with mrz1 mrz2 or mrz2 to try with bac
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@224 f711b948-2313-0410-aaa9-d29f33439f0b
Diffstat (limited to 'fingerpass.py')
-rwxr-xr-xfingerpass.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/fingerpass.py b/fingerpass.py
index e034b07..6f689c8 100755
--- a/fingerpass.py
+++ b/fingerpass.py
@@ -4,8 +4,6 @@
from utils import pycsc
import utils, cards, TLV_utils, sys, binascii, time, traceback, re
-STATUS_INTERVAL = 10
-
def fingerprint_rfid(card):
# Need RFID
if not isinstance(card, cards.rfid_card.RFID_Card):