V1.30.6 cron settings
This commit is contained in:
@@ -8,6 +8,7 @@ class Notification:
|
||||
fcm = FCM()
|
||||
|
||||
def run(self):
|
||||
print("** Running Notification automation")
|
||||
notification_queryset = notif.Notification.objects.using('live').raw('SELECT * from notification WHERE active = 1')
|
||||
|
||||
for notification in notification_queryset:
|
||||
|
||||
Reference in New Issue
Block a user