From 411bc1aa103baef6835ef9a1992d5e3c5e2adcbe Mon Sep 17 00:00:00 2001 From: Joan Cano Date: Thu, 2 Mar 2023 00:23:02 +0100 Subject: [PATCH] =?UTF-8?q?El=20exclude=20del=20t=C3=ADtulo=20y=20la=20des?= =?UTF-8?q?cripci=C3=B3n=20estaban=20al=20rev=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wallamanta/alert.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallamanta/alert.py b/wallamanta/alert.py index 164e3e7..e92591a 100644 --- a/wallamanta/alert.py +++ b/wallamanta/alert.py @@ -71,8 +71,8 @@ Los campos opcionales que se dejen vacíos tomarán el valor configurado en el a "condition": "all", "min_price": min_price, "max_price": max_price, - "title_keyword_exclude" : title_description_exclude, - "exclude": title_exclude + "title_keyword_exclude" : title_exclude, + "exclude": title_description_exclude } products = parse_json_file()