From 5b0cceac2d0ff393e4a48dd2983645ae0176287c Mon Sep 17 00:00:00 2001 From: 5high <5high.net@gmail.com> Date: Sun, 10 Jan 2021 17:24:56 +0800 Subject: [PATCH] Update body_scales.py --- mi-scale/src/body_scales.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mi-scale/src/body_scales.py b/mi-scale/src/body_scales.py index b802df5..33a7c16 100644 --- a/mi-scale/src/body_scales.py +++ b/mi-scale/src/body_scales.py @@ -151,5 +151,5 @@ class bodyScales: # Return body type scale def getBodyTypeScale(self): - return ['肥胖型', '超重型', '壮实型', '缺乏锻炼型', '平衡型', '平衡肌肉型', '偏瘦型', '平衡瘦型', '瘦肌肉型'] + return ['obese', 'overweight', 'thick-set', 'lack-exerscise', 'balanced', 'balanced-muscular', 'skinny', 'balanced-skinny', 'skinny-muscular']