helmet2 bug
This commit is contained in:
parent
879e91a8f9
commit
1bdb26b7fa
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue