This commit is contained in:
KF7EEL 2020-11-29 15:15:28 -08:00
parent 51f710d683
commit 65ceefef06
1 changed files with 2 additions and 1 deletions

View File

@ -172,9 +172,10 @@ def process_sms(from_id, sms):
if sms in cmd_list:
logger.info('Executing command/script.')
os.popen(cmd_list[sms]).read()
packet_assembly = ''
except:
logger.info('Exception. Command possibly not in list, or other error.')
packet_assembly = ''
packet_assembly = ''
else:
pass