algo_dict 增加fire1

This commit is contained in:
曹前明 2022-09-11 17:01:14 +08:00
parent 2d3e91d7e4
commit 2e2abebd3b
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ myLogger = logging.getLogger('log')
algo_dict = {
"helmet": "apps.ai.client.helmet"
"helmet": "apps.ai.client.helmet",
"fire1": "apps.ai.client.fire1"
}