From 0e84994b6285e110664561eff88a7da79ae8096d Mon Sep 17 00:00:00 2001 From: jedi Date: Fri, 26 Apr 2024 00:31:34 +0200 Subject: [PATCH] stash --- core/mail/notifications.py | 1 + 1 file changed, 1 insertion(+) 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')