Skip to content

Commit e3e0044

Browse files
commit with -s
Signed-off-by: 刘备 <[email protected]>
1 parent 5e2201b commit e3e0044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

findsth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def con(url):
4040
if code == 200:
4141
urls.append(url)
4242

43-
pool = ThreadPool(9)
43+
pool = ThreadPool(10)
4444
pool.map(con, domains)
4545
pool.close()
4646
pool.join()

0 commit comments

Comments
 (0)