Skip to content

Commit 9e5ded3

Browse files
committed
Remove duplicate arguments in call to dns_resolve()
1 parent 4317859 commit 9e5ded3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scapy/layers/dns.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,8 +1455,6 @@ def dns_resolve(qname, qtype="A", raw=False, tcp=False, verbose=1, timeout=3, **
14551455
qtype=qtype,
14561456
raw=raw,
14571457
tcp=True,
1458-
verbose=verbose,
1459-
timeout=timeout,
14601458
**kwargs,
14611459
)
14621460
elif verbose:

0 commit comments

Comments
 (0)