From 03cebf0f7778f9dee341a7be2614a3b11ce69988 Mon Sep 17 00:00:00 2001 From: Dave Porter Date: Thu, 18 Dec 2025 14:33:52 -0500 Subject: [PATCH] Update job number threshold to 6630000 - Change MIN_JOB_NUMBER from 663000 to 6630000 - Now skips jobs below 6630000 (includes 6567174, 6175027, etc.) - Only processes very recent jobs --- wrike_monitor_lgl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrike_monitor_lgl.py b/wrike_monitor_lgl.py index 1e48ac4..925a193 100644 --- a/wrike_monitor_lgl.py +++ b/wrike_monitor_lgl.py @@ -53,7 +53,7 @@ class Config: DELIVERABLE_ITEM_TYPE_ID = None # Custom item types not available in LGL team space # Job number filtering - only process new jobs - MIN_JOB_NUMBER = 663000 # Only accept job numbers >= this value + MIN_JOB_NUMBER = 6630000 # Only accept job numbers >= this value # Custom field IDs for LGL Team space CUSTOM_FIELDS = {