From adedaa092cf9534aeb96a96ef44ecd0595d2655b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 13 Oct 2025 19:49:24 -0700 Subject: [PATCH] Update mesh_bot.py fixLocaStats and sysinfo --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 42f20dc..aab37be 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1153,7 +1153,7 @@ def sysinfo(message, message_from_id, deviceID): if enable_runShellCmd and file_monitor_enabled: # get the system information from the shell script # this is an example of how to run a shell script and return the data - shellData = call_external_script(None, "script/sysEnv.sh") + shellData = call_external_script('', "script/sysEnv.sh") # check if the script returned data if shellData == "" or shellData == None: # no data returned from the script