Skip to content

Commit

Permalink
add inventory to push_content
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelhamel committed Jul 26, 2024
1 parent 0eb0104 commit efc63b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sailthru/sailthru_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def push_content(self, title, url,
data['location'] = date
if price is not None:
data['price'] = price
if data['inventory'] is not None:
if inventory is not None:
data['inventory'] = inventory
if description is not None:
data['description'] = description
Expand Down

0 comments on commit efc63b0

Please sign in to comment.