From 62bc725a1c0fa9c280a4acbd358e47ca805d0fb5 Mon Sep 17 00:00:00 2001 From: Djeex Date: Fri, 14 Mar 2025 11:04:57 +0000 Subject: [PATCH] Fixed coma --- nvidia-stock-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvidia-stock-bot.py b/nvidia-stock-bot.py index a64b0f9..0858dbe 100644 --- a/nvidia-stock-bot.py +++ b/nvidia-stock-bot.py @@ -124,7 +124,7 @@ def send_discord_notification(gpu_name: str, product_link: str, products_price: } ], "description": f"**:point_right: [Acheter maintenant]({product_link})**", - "url": f"{product_link}" + "url": f"{product_link}", "footer": { "text": "Par KevOut & Djeex" }