fix typos in nxc/modules/scan-network.py

main
Surav Shrestha 2023-10-31 17:17:26 +05:45
parent 2bcb04fcd3
commit 568cf72860
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def new_record(rtype, serial):
nr["Type"] = rtype nr["Type"] = rtype
nr["Serial"] = serial nr["Serial"] = serial
nr["TtlSeconds"] = 180 nr["TtlSeconds"] = 180
# From authoritive zone # From authoritative zone
nr["Rank"] = 240 nr["Rank"] = 240
return nr return nr