Skip to content

Commit efc63b0

Browse files
committed
add inventory to push_content
1 parent 0eb0104 commit efc63b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sailthru/sailthru_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def push_content(self, title, url,
423423
data['location'] = date
424424
if price is not None:
425425
data['price'] = price
426-
if data['inventory'] is not None:
426+
if inventory is not None:
427427
data['inventory'] = inventory
428428
if description is not None:
429429
data['description'] = description

0 commit comments

Comments
 (0)