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:
|
if sms in cmd_list:
|
||||||
logger.info('Executing command/script.')
|
logger.info('Executing command/script.')
|
||||||
os.popen(cmd_list[sms]).read()
|
os.popen(cmd_list[sms]).read()
|
||||||
|
packet_assembly = ''
|
||||||
except:
|
except:
|
||||||
logger.info('Exception. Command possibly not in list, or other error.')
|
logger.info('Exception. Command possibly not in list, or other error.')
|
||||||
packet_assembly = ''
|
packet_assembly = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user