diff --git a/core/mail/notifications.py b/core/mail/notifications.py index 72b16d0..3e77126 100644 --- a/core/mail/notifications.py +++ b/core/mail/notifications.py @@ -13,6 +13,7 @@ class NotificationDispatcher: async def run_forever(self): # Infinite loop to continuously listen for messages + print("Listening for messages...") while True: # Blocking receive to get the message from the channel layer message = await self.channel_layer.receive('general')