Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam committed Mar 6, 2024
1 parent a36e886 commit 9fda247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton/misp_pusher/misp_pusher.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def process(self, task: Task) -> None:
url=http_url(self.config.get("misp", "url")),
key=self.config.get("misp", "key"),
ssl=not self.config.getboolean("misp", "insecure", False),
timeout=self.config.getint("misp", "timeout", 10)
timeout=self.config.getint("misp", "timeout", 10),
)

# Upload structured data to MISP
Expand Down

0 comments on commit 9fda247

Please sign in to comment.