Update 'face_recognition/app/app.py'
This commit is contained in:
parent
b01f56de13
commit
6a73562923
@ -23,7 +23,7 @@ def new_user_id():
|
|||||||
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,
|
||||||
return(id)
|
return(id)
|
||||||
|
|
||||||
def check_id(id):
|
def check_id(id):
|
||||||
|
Loading…
Reference in New Issue
Block a user