Skip to content

Commit ca7ae35

Browse files
committed
fix of the last fix :)
1 parent 8e1e154 commit ca7ae35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyintelowl/pyintelowl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def __send_analysis_request(self, data=None, files=None, playbook_mode=False):
517517
else:
518518
info_log = (
519519
f"New Job running.. ID: {answer.get('job_id')} "
520-
f"| Status: {answer('status')}."
520+
f"| Status: {answer.get('status')}."
521521
f" Got {len(warnings)} warnings:"
522522
f" {warnings if warnings else None}"
523523
f" Got {len(errors)} errors:"

0 commit comments

Comments
 (0)