Real boolean python value

"false" is considered like variable, "False" is the boolean value in python :)
This commit is contained in:
gplaza 2014-07-12 12:37:12 -04:00
parent deae8836b4
commit 6c18c437c5

View file

@ -53,4 +53,4 @@ while continue_reading:
print "Authentication error" print "Authentication error"
# Make sure to stop scanning for cards # Make sure to stop scanning for cards
continue_reading = false continue_reading = False