V1.30.6 cron settings

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-10-02 11:02:01 +02:00
parent 83736df898
commit 52212fb949
4 changed files with 4 additions and 3 deletions
@@ -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: