Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dangost committed Apr 11, 2023
1 parent ed84511 commit 51b8454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regula/facesdk/webclient/ext/models/detect_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def __init__(
image = bytes_to_base64(image)

super().__init__(
image=image, only_central_face=only_central_face, attributes=attributes, thumbnails=thumbnails,
image=image, attributes=attributes, thumbnails=thumbnails,
local_vars_configuration=local_vars_configuration, tag=tag
)

0 comments on commit 51b8454

Please sign in to comment.