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

Commit 8834121

Browse files
Fix
1 parent 1b3f8c6 commit 8834121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openrobot/api_wrapper/results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class CelebrityFaceLandmarksProperty:
147147
"""
148148

149149
def __init__(self, js):
150-
self.type: str = js['type']
150+
self.type: str = js['Type']
151151
self.coordinate: CelebrityFaceLandmarksCoordinateLandmarksProperty = CelebrityFaceLandmarksCoordinateLandmarksProperty(js['X'], js['Y'])
152152

153153
class CelebrityFacePose:

0 commit comments

Comments
 (0)