Skip to content

Commit

Permalink
send api param
Browse files Browse the repository at this point in the history
  • Loading branch information
Matan Yechiel committed May 9, 2023
1 parent d67541a commit 5ae6dd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.16.8
____
- Get latest URL analysis bugfix

1.16.7
____
- Support latest analysis for URL analysis
Expand Down
2 changes: 1 addition & 1 deletion intezer_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.16.7'
__version__ = '1.16.8'
2 changes: 1 addition & 1 deletion intezer_sdk/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def from_latest_analysis(cls,
if not analyses_ids:
return None

return cls.from_analysis_id(analyses_ids[0])
return cls.from_analysis_id(analyses_ids[0], api=api)

def _set_report(self, report: dict):
super()._set_report(report)
Expand Down

0 comments on commit 5ae6dd2

Please sign in to comment.