1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 11:01:14 +00:00
This commit is contained in:
zheng.shen 2025-04-03 18:06:21 +08:00
parent b27bbf6cce
commit b58e48db0c

View File

@ -48,7 +48,6 @@ def recognize_faces(params):
headers = {"Authorization": "Token %s" % token}
url = urljoin(SEAFEVENTS_SERVER_URL, '/recognize-faces')
resp = requests.post(url, json=params, headers=headers, timeout=30)
print(resp.content)
return json.loads(resp.content)