Update dtmf_aprs_cc.py ad while to keep trying

pacsat-v2.2-tlm3
Alan Johnston 4 weeks ago committed by GitHub
parent 66d2dc3471
commit a619e554a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,6 +18,7 @@ if __name__ == "__main__":
if ('d' == sys.argv[1]): if ('d' == sys.argv[1]):
debug_mode = True debug_mode = True
while True:
try: try:
for line in sys.stdin: for line in sys.stdin:
# if (debug_mode): # if (debug_mode):

Loading…
Cancel
Save

Powered by TurnKey Linux.