更新依赖

This commit is contained in:
Jing Ling
2020-05-27 15:05:02 +08:00
parent 515cf5e432
commit 5c4222f939
4 changed files with 78 additions and 69 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class Collect(object):
# The crawl module has some problems
modules = ['certificates', 'check', 'datasets',
'dnsquery', 'intelligence', 'search']
# modules = ['intelligence'] # The crawl module has some problems
# modules = ['datasets']
for module in modules:
module_path = setting.module_dir.joinpath(module)
for path in module_path.rglob('*.py'):