|
@@ -466,8 +466,6 @@ class Mvp:
|
|
|
result = []
|
|
|
module_scores = []
|
|
|
self.people_info_1 = self.people_info()
|
|
|
- for people in self.people_info_1:
|
|
|
- print(people.uuid, people.age, people.crowd, people.city, people.sex)
|
|
|
if city is not None and age is not None and crowd is not None:
|
|
|
print('获取指定城市,年龄段,人群类型的数据...')
|
|
|
# people_uuids = self.get_people_uuid_by_type(crowd)
|