Update squelch_cc.py fix sleep

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 602aa71e2e
commit 46a4bf4c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
import RPi.GPIO as GPIO import RPi.GPIO as GPIO
from RPi.GPIO import output from RPi.GPIO import output
import time from time import sleep
def command_control_check(): def command_control_check():

Loading…
Cancel
Save

Powered by TurnKey Linux.