Merge pull request #10 from gplaza/patch-1

Real boolean python value
This commit is contained in:
mxgxw 2014-07-18 20:03:12 -06:00
commit ee0deb8f9b

View file

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