fix typo
This commit is contained in:
parent
51f710d683
commit
65ceefef06
@ -172,6 +172,7 @@ 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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user