Code: Select all
pi@raspberrypi ~ $ sudo python Lystimeblink.py
File "Lystimeblink.py", line 21
elif (timeh == 1 and timem == 00):
^
IndentationError: unindent does not match any outer indentation level
Code: Select all
pi@raspberrypi ~ $ sudo python Lystimeblink.py
File "Lystimeblink.py", line 21
elif (timeh == 1 and timem == 00):
^
IndentationError: unindent does not match any outer indentation level