Skip to content

Commit

Permalink
Update host_scan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smxiazi authored Jul 5, 2021
1 parent 5035d77 commit dde6a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):
except Exception as e:
threadLock.acquire()
#print(e)
print('\n访问url异常,url:'+url+' host:'+host+' 进度:'+str(queues_size*2-queues.qsize()*2)+'/'+str(queues_size))
print('\n访问url异常,url:'+url+' host:'+host+' 进度:'+str(queues_size-queues.qsize()*2)+'/'+str(queues_size))
threadLock.release()
threadLock.acquire()
print("退出线程:" + self.name)
Expand Down

0 comments on commit dde6a68

Please sign in to comment.