Skip to content

Commit

Permalink
Update circl_pdns.py (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
hilt86 authored Dec 4, 2024
1 parent 5da2a36 commit 58a085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/analytics/public/circl_pdns.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CirclPDNSApiQuery(task.AnalyticsTask, CirclPDNSApi):
acts_on: list[ObservableType] = [ObservableType.hostname, ObservableType.ipv4]

def each(self, observable: Observable):
json_result = CirclPDNSApi.fetch(observable, CirclPDNSApi.settings)
json_result = CirclPDNSApi.fetch(observable)

result = {}
result["source"] = "circl_pdns_query"
Expand Down

0 comments on commit 58a085f

Please sign in to comment.