change text

This commit is contained in:
MuslemRahimi 2025-02-05 15:41:35 +01:00
parent d859e0fd97
commit 8a5f920404

View File

@ -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,