Fix PEP8 compliance

This commit is contained in:
Craig Richardson 2018-05-15 15:15:04 +01:00
parent 932d2e1dfd
commit c66911d04e

View file

@ -33,8 +33,8 @@ while True:
print("pulse count: ", len(detected))
# print in list form of the pulse duration in microseconds
# typically starts with ~9,000 microseconds followed by a ~4,000 microseconds
# which is standard IR preamble
# typically starts with ~9,000 microseconds followed by a ~4,000
# microseconds which is standard IR preamble
print(detected)
print()