helmet2 bug

This commit is contained in:
曹前明 2022-09-22 18:37:45 +08:00
parent 879e91a8f9
commit 1bdb26b7fa
2 changed files with 1 additions and 2 deletions

View File

@ -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:

View File

@ -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"
}