Skip to content

Commit

Permalink
fix bluetokai URL
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Apr 1, 2024
1 parent 84e1bf4 commit 87607f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bluetokai.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def generate_event_object(product_json, variant, date, start_hour, end_hour):
(location_url, address) = guess_location(product_json["product"]["body_html"])
event = {
"@context": "http://schema.org",
"url": f"https://bluetokaicoffee.com/products/{product_json['product']['handle']}",
"@type": "Event",
"name": product_json["product"]["title"],
"description": BeautifulSoup(
Expand Down

0 comments on commit 87607f2

Please sign in to comment.