refactor: py/js entry func name (#31)

This commit is contained in:
sigoden
2024-06-07 16:10:05 +08:00
committed by GitHub
parent 739a832d87
commit e1d895cc9a
9 changed files with 32 additions and 24 deletions
+1 -1
View File
@@ -72,4 +72,4 @@ except (json.JSONDecodeError, TypeError):
sys.exit(1)
module = load_func(func_name)
module.main(**args)
module.run(**args)