From 6c18c437c53bf59c93aa60d6f4cfb15f22194173 Mon Sep 17 00:00:00 2001 From: gplaza Date: Sat, 12 Jul 2014 12:37:12 -0400 Subject: [PATCH] Real boolean python value "false" is considered like variable, "False" is the boolean value in python :) --- Read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Read.py b/Read.py index 16517f2..4e5b139 100755 --- a/Read.py +++ b/Read.py @@ -53,4 +53,4 @@ while continue_reading: print "Authentication error" # Make sure to stop scanning for cards - continue_reading = false + continue_reading = False