mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [Onion] typo
This commit is contained in:
parent
a183695ddb
commit
f30befa0eb
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ if __name__ == "__main__":
|
|||
|
||||
## TODO: blackilst by port ?
|
||||
# check blacklist
|
||||
if redis_crawler.sismember('blacklist_onion', domain):
|
||||
if r_onion.sismember('blacklist_onion', domain):
|
||||
continue
|
||||
|
||||
subdomain = re.findall(url_regex, url)
|
||||
|
|
Loading…
Reference in a new issue