Skip to content

Commit

Permalink
Remove forgotten breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcnally-r7 committed Nov 27, 2024
1 parent f53a9c6 commit 90367b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ def run(self, params={}):
cause=f"Input does not appear to be valid: {ip_address}. Error Message: {error.args[0]}",
assistance="Please provide a valid IPv4 Address.",
)
breakpoint()

return {Output.IP: resp.get("ip"), Output.ACTIVITY: resp.get("activity"), Output.METADATA: resp.get("metadata")}

0 comments on commit 90367b5

Please sign in to comment.