From 2e2abebd3bcd33c216726302acfc42126edd5755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Sun, 11 Sep 2022 17:01:14 +0800 Subject: [PATCH] =?UTF-8?q?algo=5Fdict=20=E5=A2=9E=E5=8A=A0fire1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ai/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/ai/main.py b/apps/ai/main.py index d146ad76..5f11e860 100644 --- a/apps/ai/main.py +++ b/apps/ai/main.py @@ -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" }