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())
|
||||
if check_id(id) == False:
|
||||
break
|
||||
#funktionalität implementieres s3 Platzhalterdatei anlegen für user,
|
||||
#funktionalität implementieres s3 Platzhalterdatei anlegen für user,
|
||||
return(id)
|
||||
|
||||
def check_id(id):
|
||||
|
Loading…
Reference in New Issue
Block a user