From b36970f29c6c47e16c39531cac8b14e2e4f3195e Mon Sep 17 00:00:00 2001 From: ilan Date: Thu, 19 Oct 2023 17:24:51 +0300 Subject: [PATCH] fix --- Packs/Base/Scripts/CommonServerPython/CommonServerPython.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packs/Base/Scripts/CommonServerPython/CommonServerPython.py b/Packs/Base/Scripts/CommonServerPython/CommonServerPython.py index 2466ca867c13..80b2d2f8410c 100644 --- a/Packs/Base/Scripts/CommonServerPython/CommonServerPython.py +++ b/Packs/Base/Scripts/CommonServerPython/CommonServerPython.py @@ -10833,7 +10833,7 @@ def create_updated_last_run_object(last_run, incidents, fetch_limit, look_back, def update_last_run_object(last_run, incidents, fetch_limit, start_fetch_time, end_fetch_time, look_back, - created_time_field, id_field, date_format='%Y-%m-%dT%H:%M:%S', increase_last_run_time=False, new_offset = 0): + created_time_field, id_field, date_format='%Y-%m-%dT%H:%M:%S', increase_last_run_time=False, new_offset=0): """ Updates the LastRun object with the next fetch time and limit and with the new fetched incident IDs.