Update squelch_cc.py import sys

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

@ -2,6 +2,7 @@ import RPi.GPIO as GPIO
from RPi.GPIO import output from RPi.GPIO import output
from time import sleep from time import sleep
from os import system from os import system
import sys
def command_control_check(): def command_control_check():

Loading…
Cancel
Save

Powered by TurnKey Linux.