Added a couple of sites, fixed false positives (#286)

This commit is contained in:
Soxoj
2022-01-03 01:35:53 +03:00
committed by GitHub
parent 8801f7e6de
commit ecabf88c3a
4 changed files with 194 additions and 29 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ RANKS.update({
'100000000': '100M',
})
SEMAPHORE = threading.Semaphore(10)
SEMAPHORE = threading.Semaphore(20)
def get_rank(domain_to_query, site, print_errors=True):
with SEMAPHORE: