summaryrefslogtreecommitdiff
path: root/fixco_custom/models/webhook_ginee.py
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/models/webhook_ginee.py')
-rwxr-xr-xfixco_custom/models/webhook_ginee.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/webhook_ginee.py b/fixco_custom/models/webhook_ginee.py
index 65f2238..8bb4973 100755
--- a/fixco_custom/models/webhook_ginee.py
+++ b/fixco_custom/models/webhook_ginee.py
@@ -32,7 +32,7 @@ class WebhookGinee(models.Model):
def process_queue_item(self, limit=100):
now = time.strftime('%Y-%m-%d %H:%M:%S')
- if now < '2025-12-31 00:00:00':
+ if now < '2025-12-31 23:59:59':
return
domain = [('execute_status', '=', False)]
records = self.search(domain, order='create_date asc', limit=limit)