Update 'face_recognition/app/app.py'
This commit is contained in:
		@@ -31,6 +31,10 @@ def new_user_id():
 | 
			
		||||
    minioClient.fput_object('users', str(id), '/tmp/demo_object.pkl')
 | 
			
		||||
    return(id)
 | 
			
		||||
  
 | 
			
		||||
@app.route('/init_face<id>')
 | 
			
		||||
def new_face(id):
 | 
			
		||||
    return id
 | 
			
		||||
                
 | 
			
		||||
def check_id(id):
 | 
			
		||||
    #return True -> id bereits verwendet
 | 
			
		||||
    #return False -> id noch nicht verwendet
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user