We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf035d commit 1d2f5ddCopy full SHA for 1d2f5dd
sephora/myflask/flaskapp.py
@@ -18,18 +18,6 @@ def ping_pong():
18
result = queryByName(res['product'])
19
return result
20
elif res['type']=='Advanced':
21
- print(res['fda[]'])
22
- # param = {
23
- # 'brand': False,
24
- # 'minicategory':False,
25
- # 'price':[100,500],
26
- # 'acne':False,
27
- # 'irrative':2, #
28
- # 'safety':2,
29
- # 'fragrance':False,
30
- # 'preservatives':False,
31
- # 'alcohol':False # "ingredient_id": "fe88f2158"
32
- # }
33
param = {
34
'minicategory' :str(res.getlist('categories[]'))[1:-1], # empty = []
35
'brand': res.get('brand',False),
sephora/output/query_result.json
0 commit comments