Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-12-23 13:17:06 -08:00
parent 30d2b996c0
commit 7ffa9d5309
+1 -1
View File
@@ -770,7 +770,7 @@ def sysinfo(message, message_from_id, deviceID):
return "sysinfo command returns system information."
else:
if enable_runShellCmd and file_monitor_enabled:
shellData = call_external_script(message).rstrip()
shellData = call_external_script(None).rstrip()
return get_sysinfo(message_from_id, deviceID) + "\n" + shellData
else:
return get_sysinfo(message_from_id, deviceID)