bstraehle commited on
Commit
8278cdc
1 Parent(s): a654ec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def execute_order(product, price: int):
50
  def look_up_item(search_query):
51
  """Use to find item ID.
52
  Search query can be a description or keywords."""
53
- item_id = "item_132612938"
54
  print("Found item:", item_id)
55
  return item_id
56
 
 
50
  def look_up_item(search_query):
51
  """Use to find item ID.
52
  Search query can be a description or keywords."""
53
+ item_id = "item_13261293"
54
  print("Found item:", item_id)
55
  return item_id
56