Skip to content

Commit 70ddfce

Browse files
author
duanhongyi
committed
fixbug
1 parent 2e25c3e commit 70ddfce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/sdns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_local_ip():
6464
socket.inet_ntoa(namestr[i+20:i+24]))
6565
for i in range(0, outbytes, struct_size)]
6666

67-
def prepare_ip_blacklist(amapping_blacklist, ip_list):
67+
def prepare_ip_blacklist(amapping_blacklist, Amapping):
6868
def task(amapping_blacklist, ip_list):
6969
while True:
7070
for ip in ip_list:

0 commit comments

Comments
 (0)