Fixes Flake 8 Issue Close_Encounter_Hat

This commit is contained in:
Aaron Dershem 2018-05-14 17:31:02 -04:00
parent e207c2e5df
commit 4ae30df659

View file

@ -90,5 +90,5 @@ while True:
# turn lights and audio on when dark
# (less than 50% light on analog pin)
if (photocell.value > darkness_min):
if photocell.value > darkness_min:
alien() # close Encounters Loop