bug fix for update agegroup records if not specified sex
This commit is contained in:
@@ -173,6 +173,9 @@ def handle_getagegrouprecords(self,
|
||||
|
||||
|
||||
df = pd.read_json(df)
|
||||
|
||||
if sex == 'not specified':
|
||||
return 0
|
||||
|
||||
for distance in distances:
|
||||
worldclasspower = getagegrouprecord(
|
||||
|
||||
Reference in New Issue
Block a user