Skip to content

Commit a3c23ec

Browse files
committed
changed to score as per new api
1 parent 47fe4bd commit a3c23ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

language/api/analyze.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def analyze_syntax(text, encoding='UTF32'):
8888
'type': 'PLAIN_TEXT',
8989
'content': text,
9090
},
91+
'encoding_type': encoding
9192
}
9293

9394
service = get_service()

0 commit comments

Comments
 (0)