From efc63b04508cc5854a4532eb74f5a621bf918608 Mon Sep 17 00:00:00 2001 From: Marcel Hamel Date: Fri, 26 Jul 2024 09:04:45 -0400 Subject: [PATCH] add inventory to push_content --- sailthru/sailthru_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sailthru/sailthru_client.py b/sailthru/sailthru_client.py index 18c344e..3180b36 100644 --- a/sailthru/sailthru_client.py +++ b/sailthru/sailthru_client.py @@ -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