diff --git a/app.py b/app.py index a358efc..47c5dbc 100644 --- a/app.py +++ b/app.py @@ -45,6 +45,8 @@ def add_product(dict_good, location): good_name = dict_good["description_cn"] if not good_name: return False + if 'specification' in dict_good: + good_name = good_name + " - " + dict_good['specification'] locations = get_locations() if not location: