fix: [Onion] typo

This commit is contained in:
Terrtia 2019-04-29 11:46:28 +02:00
parent a183695ddb
commit f30befa0eb
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -228,7 +228,7 @@ if __name__ == "__main__":
## TODO: blackilst by port ? ## TODO: blackilst by port ?
# check blacklist # check blacklist
if redis_crawler.sismember('blacklist_onion', domain): if r_onion.sismember('blacklist_onion', domain):
continue continue
subdomain = re.findall(url_regex, url) subdomain = re.findall(url_regex, url)