feat(app): 添加糖果/甜味剂产品到零食柜
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching 2025-02-07 22:54:35 +08:00
parent d7fe6ffb14
commit a7865638f4

1
app.py
View File

@ -240,6 +240,7 @@ def gpc_best_before_days_and_location(Code, locations):
if title == 'Food/Beverage/Tobacco':
if item['Title-2'] in [
'Bread/Bakery Products',
'Confectionery/Sugar Sweetening Products',
]:
location = '零食柜'
else: