From 1bdb26b7faec216d25f5131ca00b64c3e5be116c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Thu, 22 Sep 2022 18:37:45 +0800 Subject: [PATCH] helmet2 bug --- apps/ai/client.py | 2 +- apps/ai/main.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/ai/client.py b/apps/ai/client.py index 9f308377..3f0133e2 100644 --- a/apps/ai/client.py +++ b/apps/ai/client.py @@ -45,7 +45,7 @@ def helmet(ip: str, pic_url: str): return False, response -def helme2(ip: str, pic_url: str): +def helmet2(ip: str, pic_url: str): """安全帽事件(全图) Args: diff --git a/apps/ai/main.py b/apps/ai/main.py index 9cf04977..6ad09b19 100644 --- a/apps/ai/main.py +++ b/apps/ai/main.py @@ -7,7 +7,6 @@ myLogger = logging.getLogger('log') algo_dict = { "helmet": "apps.ai.client.helmet", - "helmet2": "apps.ai.client.helmet2", "fire1": "apps.ai.client.fire1" }