mirror of
https://github.com/adulau/DomainClassifier.git
synced 2024-11-07 11:56:25 +00:00
fix: [DomClassifier] fix redis cache
This commit is contained in:
parent
6c9d8b5350
commit
1aa700642e
1 changed files with 35 additions and 35 deletions
|
@ -217,7 +217,7 @@ class Extract:
|
||||||
self.vdomain.append(out)
|
self.vdomain.append(out)
|
||||||
else:
|
else:
|
||||||
self.vdomain.add(out)
|
self.vdomain.add(out)
|
||||||
else:
|
continue
|
||||||
|
|
||||||
for dnstype in rtype:
|
for dnstype in rtype:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue