This commit is contained in:
David Bryan 2019-10-18 23:58:36 -05:00
parent d01a37d8a7
commit 13245217aa

View file

@ -111,7 +111,7 @@ if(True):
if('HID Prox TAG ID:' in cardnumber.stdout.decode('ASCII')):
card = get_card_data(cardnumber.stdout.decode('ASCII'))
print(card)
current_time=datetime.now().isoformat(timespec='seconds'))
current_time=datetime.now().isoformat(timespec='seconds')
print(str(current_time) + ' _Card Used_ ' + card, file=open(logfile, "a"))
card_read=1
#return 'Hello, World!\n<br>Raw Card Number:' + raw_cardnumber + '<br> Card ID:' + card_number + ' FC:' + facility_code