Update 'face_recognition/app/app.py'
This commit is contained in:
		@@ -27,7 +27,7 @@ def new_user_id():
 | 
				
			|||||||
    demo_object = ['test']
 | 
					    demo_object = ['test']
 | 
				
			||||||
    with open('/tmp/demo_object.pkl', 'wb') as f:
 | 
					    with open('/tmp/demo_object.pkl', 'wb') as f:
 | 
				
			||||||
        pickle.dump(demo_object, f)
 | 
					        pickle.dump(demo_object, f)
 | 
				
			||||||
    (minioClient.fput_object('users', str(id), '/tmp/demo_object.pkl')
 | 
					    minioClient.fput_object('users', str(id), '/tmp/demo_object.pkl')
 | 
				
			||||||
#funktionalität implementieres s3 Platzhalterdatei anlegen für user,
 | 
					#funktionalität implementieres s3 Platzhalterdatei anlegen für user,
 | 
				
			||||||
    return(id)
 | 
					    return(id)
 | 
				
			||||||
                
 | 
					                
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user