Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shelld3v authored Dec 12, 2020
1 parent c8662bd commit e1917ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flydns/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1917ff

Please sign in to comment.