mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
debug
This commit is contained in:
+2
-1
@@ -24,7 +24,8 @@ def filter_subdomain(data):
|
||||
for data in data:
|
||||
if not data.get('ip'):
|
||||
subdomain = data.get('subdomain')
|
||||
subdomains.append(subdomain)
|
||||
if subdomain:
|
||||
subdomains.append(subdomain)
|
||||
return subdomains
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user