We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150ed3e commit 0add65eCopy full SHA for 0add65e
1 file changed
bin/sdns.py
@@ -76,6 +76,7 @@ def task(amapping_blacklist, ip_list):
76
amapping_blacklist.add(ip)
77
if delay != None and ip in amapping_blacklist:
78
amapping_blacklist.remove(ip)
79
+ time.sleep(1)
80
thread = threading.Thread(target=task, args=(amapping_blacklist, ip_list))
81
thread.setDaemon(True)
82
thread.start()
0 commit comments