From e1917ff19e5e617fb268c2a6275f18b8da4a9f02 Mon Sep 17 00:00:00 2001 From: shelld3v <59408894+shelld3v@users.noreply.github.com> Date: Sat, 12 Dec 2020 17:22:01 +0700 Subject: [PATCH] Update __main__.py --- flydns/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flydns/__main__.py b/flydns/__main__.py index c53569f..4ced579 100755 --- a/flydns/__main__.py +++ b/flydns/__main__.py @@ -204,7 +204,7 @@ def dns_resolve(args, q, target, resolved_out): progress += 1 lock.release() - if not args.quiet and progress % 500 == 0: + if not args.quiet and progress % 700 == 0: lock.acquire() left = linecount-progress secondspassed = (int(time.time())-starttime)+1