|
@@ -73,7 +73,6 @@ def get_flow_pool_recommend_config(flow_pool_id):
|
|
|
return None
|
|
|
flow_pool_distribute_config = result['data'].get('flowPoolDistributeConfig')
|
|
|
if flow_pool_distribute_config:
|
|
|
- print(flow_pool_distribute_config)
|
|
|
if int(eval(flow_pool_distribute_config).get('flowPoolId')) == flow_pool_id:
|
|
|
return eval(eval(flow_pool_distribute_config).get('distributeRate'))
|
|
|
else:
|