diff --git a/image/fancontrol.py b/image/fancontrol.py index d3c09aeb..584ffc98 100755 --- a/image/fancontrol.py +++ b/image/fancontrol.py @@ -5,7 +5,7 @@ # # It expects a fan that's externally powered, and uses GPIO pin 11 for control. -import RPi.GPIO as GPIO`` +import RPi.GPIO as GPIO import time import os