Update 'face_recognition/app/app.py'
This commit is contained in:
parent
7c9496309c
commit
0f881ee5cc
@ -19,7 +19,7 @@ def access_minio():
|
|||||||
def new_user_id():
|
def new_user_id():
|
||||||
id = None
|
id = None
|
||||||
for limited_try in range(0,5):
|
for limited_try in range(0,5):
|
||||||
id = str(uuid.uuid4())
|
id = str(uuid.uuid4())
|
||||||
if check_id(id) == False:
|
if check_id(id) == False:
|
||||||
break
|
break
|
||||||
#funktionalität implementieres s3 Platzhalterdatei anlegen für user,
|
#funktionalität implementieres s3 Platzhalterdatei anlegen für user,
|
||||||
|
Loading…
Reference in New Issue
Block a user