Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit dc50aca

Browse files
Fix
1 parent 30c826d commit dc50aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openrobot/api_wrapper/results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class CelebrityFaceQuality:
182182
"""
183183

184184
def __init__(self, js):
185-
self.brightness: typing.Union[int, float] = js['Brightess']
185+
self.brightness: typing.Union[int, float] = js['Brightness']
186186
self.sharpness: typing.Union[int, float] = js['Sharpness']
187187

188188
class CelebrityFaceEmotion:

0 commit comments

Comments
 (0)