Real boolean python value
"false" is considered like variable, "False" is the boolean value in python :)
This commit is contained in:
parent
deae8836b4
commit
6c18c437c5
1 changed files with 1 additions and 1 deletions
2
Read.py
2
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
|
||||
|
|
Loading…
Reference in a new issue