aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run-tool.py
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-07 16:10:05 +0800
committerGitHub <noreply@github.com>2024-06-07 16:10:05 +0800
commite1d895cc9abb0f7ffac8acc043746cbe2e5f4fe1 (patch)
tree39e0faa590db7b2b4fdc1e6458a77566252acbd1 /scripts/run-tool.py
parent739a832d87c00e3b5977a24bba5654fa5ea7a702 (diff)
downloadllm-functions-docker-e1d895cc9abb0f7ffac8acc043746cbe2e5f4fe1.tar.gz
refactor: py/js entry func name (#31)
Diffstat (limited to 'scripts/run-tool.py')
-rwxr-xr-xscripts/run-tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-tool.py b/scripts/run-tool.py
index 97d1d25..c6bcfc8 100755
--- a/scripts/run-tool.py
+++ b/scripts/run-tool.py
@@ -72,4 +72,4 @@ except (json.JSONDecodeError, TypeError):
sys.exit(1)
module = load_func(func_name)
-module.main(**args)
+module.run(**args)