Skip to content

Commit

Permalink
Update sekoia_automation/trigger.py
Browse files Browse the repository at this point in the history
Co-authored-by: Raphaël Cohen <[email protected]>
  • Loading branch information
a-leonardi and Darkheir authored Oct 5, 2023
1 parent 49fa393 commit a3a6533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sekoia_automation/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def _get_secrets_from_server(self) -> dict[str, Any]:
dict[str, Any]:
"""
secrets = {}
import pdb; pdb.set_trace()
if self.module.has_secrets():
try:
response = requests.get(
Expand Down

0 comments on commit a3a6533

Please sign in to comment.