Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 3bc66d2

Browse files
authored
Remove harcoded first value when getting all indicators (#457)
1 parent ee27aa9 commit 3bc66d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pycti/entities/opencti_indicator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def list(self, **kwargs):
6363
get_all = kwargs.get("getAll", False)
6464
with_pagination = kwargs.get("withPagination", False)
6565
with_files = kwargs.get("withFiles", False)
66-
if get_all:
67-
first = 100
6866

6967
self.opencti.app_logger.info(
7068
"Listing Indicators with filters", {"filters": json.dumps(filters)}

0 commit comments

Comments
 (0)