feat(app): 添加糖果/甜味剂产品到零食柜
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d7fe6ffb14
commit
a7865638f4
1
app.py
1
app.py
@ -240,6 +240,7 @@ def gpc_best_before_days_and_location(Code, locations):
|
|||||||
if title == 'Food/Beverage/Tobacco':
|
if title == 'Food/Beverage/Tobacco':
|
||||||
if item['Title-2'] in [
|
if item['Title-2'] in [
|
||||||
'Bread/Bakery Products',
|
'Bread/Bakery Products',
|
||||||
|
'Confectionery/Sugar Sweetening Products',
|
||||||
]:
|
]:
|
||||||
location = '零食柜'
|
location = '零食柜'
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user