Commit 2f5c1d8c by sikang

update script

parent 35b76b8a
import json import json
from tools.garble.activity_garble import ActivityGarble
from func import Function
#读取config.json配置 #读取config.json配置
config_json = {} config_json = {}
...@@ -18,4 +21,4 @@ command = int(input("请输入指令编号:")) ...@@ -18,4 +21,4 @@ command = int(input("请输入指令编号:"))
if command == 1: if command == 1:
#配置参数 config.json - activities #配置参数 config.json - activities
ActivityGarble().activity_garble(config)
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment