Update squelch_cc.py remove debug mode

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

@ -59,7 +59,7 @@ def increment_mode():
mode = file.read(1)
except:
# mode = "f"
if (debug_mode == 1):
# if (debug_mode == 1):
print("Can't open .mode file") # , defaulting to FSK")
file.close()
print("Mode is: ")

Loading…
Cancel
Save

Powered by TurnKey Linux.