Fixed parenthesis
This commit is contained in:
@@ -135,7 +135,7 @@ async def send_article(article, product):
|
|||||||
found_by = f"*🔍 Encontrado por la búsqueda de:* {telegram_escape_characters(product['product_name'])}"
|
found_by = f"*🔍 Encontrado por la búsqueda de:* {telegram_escape_characters(product['product_name'])}"
|
||||||
created_at = f"*📅 Fecha de publicación:* {telegram_escape_characters(get_publish_date(article))}"
|
created_at = f"*📅 Fecha de publicación:* {telegram_escape_characters(get_publish_date(article))}"
|
||||||
modified_at = f"*📅 Fecha de modificación:* {telegram_escape_characters(get_modified_date(article))}"
|
modified_at = f"*📅 Fecha de modificación:* {telegram_escape_characters(get_modified_date(article))}"
|
||||||
location = f"📍 *Lugar:* {telegram_escape_characters(article['location']['city'])} ({telegram_escape_characters(article['location']['postal_code']) - {telegram_escape_characters(article['location']['country_code'])}})"
|
location = f"📍 *Lugar:* {telegram_escape_characters(article['location']['city'])} ({telegram_escape_characters(article['location']['postal_code'])}) - {telegram_escape_characters(article['location']['country_code'])})"
|
||||||
if article['shipping']['user_allows_shipping']:
|
if article['shipping']['user_allows_shipping']:
|
||||||
user_ships = f"📦 *Envío:* ✅"
|
user_ships = f"📦 *Envío:* ✅"
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user