From 3c7d04ff9bbccf079681f3ac27559fdc3b9782ee Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 3 Feb 2025 16:23:46 +0100 Subject: [PATCH] ui fix --- app/cron_push_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_push_notifications.py b/app/cron_push_notifications.py index 5119771..d92b9ea 100644 --- a/app/cron_push_notifications.py +++ b/app/cron_push_notifications.py @@ -128,7 +128,7 @@ async def push_wiim(user_id): 'liveResults': {'symbol': symbol, 'assetType': 'stocks' if symbol in stocks_symbols else 'etf'}, } notify_item = pb.collection('notifications').create(newNotification) - await push_notification(f'⚡News Update for {symbol}', data['text'], user_id) + await push_notification(f'News Update for {symbol}', data['text'], user_id) except: pass