Skip to content

Commit

Permalink
Updated Utils file in Armis AlertsActivitis
Browse files Browse the repository at this point in the history
  • Loading branch information
dhwanishah-crest committed Oct 30, 2024
1 parent f88a26c commit 83e3582
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def make_rest_call(self, method, url, params=None, headers=None, data=None, retr
__method_name = inspect.currentframe().f_code.co_name
try:
response = requests.request(
method, url, headers=headers, params=params, data=data, timeout=consts.REQUEST_TIMEOUT
method, url, headers=self.header, params=params, data=data, timeout=consts.REQUEST_TIMEOUT
)
for _ in range(retry_401 + 1):
if response.status_code == 200:
Expand Down
Binary file not shown.

0 comments on commit 83e3582

Please sign in to comment.