Skip to content

Commit c667455

Browse files
committed
Comment indent
1 parent 9fda114 commit c667455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/UtilExample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
rdr = RFID()
77
util = rdr.util()
8-
#Set util debug to true - it will print what's going on
8+
# Set util debug to true - it will print what's going on
99
util.debug = True
1010

1111
while True:
12-
#Request tag
12+
# Request tag
1313
(error, data) = rdr.request()
1414
if not error:
1515
print("\nDetected")

0 commit comments

Comments
 (0)