diff --git a/app/services/notification_service.py b/app/services/notification_service.py index af20a1e..a17fa66 100644 --- a/app/services/notification_service.py +++ b/app/services/notification_service.py @@ -30,11 +30,7 @@ class NotificationService: source_name = ann.get("source_name", "") - description = ( - f'
' - f'{source_name} | {purchase_name} | {time_str}' - f'
' - ) + description = f"{source_name} | {purchase_name} | {time_str}" url = ann.get("content_url", "")