Skip to content

Commit 0add65e

Browse files
author
duanhongyi
committed
fixbug
1 parent 150ed3e commit 0add65e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/sdns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def task(amapping_blacklist, ip_list):
7676
amapping_blacklist.add(ip)
7777
if delay != None and ip in amapping_blacklist:
7878
amapping_blacklist.remove(ip)
79+
time.sleep(1)
7980
thread = threading.Thread(target=task, args=(amapping_blacklist, ip_list))
8081
thread.setDaemon(True)
8182
thread.start()

0 commit comments

Comments
 (0)