face cinoare from base64 bug
This commit is contained in:
parent
988dc29ef6
commit
7b81a34d89
|
@ -7,6 +7,7 @@ from apps.system.models import User
|
|||
|
||||
class HRMService:
|
||||
|
||||
@classmethod
|
||||
def face_compare_from_base64(cls, base64_data):
|
||||
filename = str(uuid.uuid4())
|
||||
filepath = settings.BASE_DIR +'/temp/' + filename +'.png'
|
||||
|
|
Loading…
Reference in New Issue