From 8a5f9204042e263fcf69c6e5e62e3e9c727e7afd Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 5 Feb 2025 15:41:35 +0100 Subject: [PATCH] change text --- app/cron_price_alert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_price_alert.py b/app/cron_price_alert.py index 5976305..fb9ab5d 100755 --- a/app/cron_price_alert.py +++ b/app/cron_price_alert.py @@ -38,7 +38,7 @@ headers = {"Content-Type": "application/json"} async def push_notification(symbol, user_id): data = { - "title": f"🚨 Price Alert Triggered for ${symbol}!", + "title": f"🚨 {symbol} Price Alert triggered", "body": "", "url": f"{origin}/notifications", "userId": user_id,