mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 11:01:14 +00:00
update
This commit is contained in:
parent
b27bbf6cce
commit
b58e48db0c
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user