From 0e88591a3bb90b153d2225feabd6d3046d0e526c Mon Sep 17 00:00:00 2001 From: shmilylty Date: Sun, 18 Aug 2019 19:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=A0=BC=E5=BC=8F=E4=B8=BAxls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/collect.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/oneforall/collect.py b/oneforall/collect.py index 3cf8289..8a9cea4 100644 --- a/oneforall/collect.py +++ b/oneforall/collect.py @@ -18,7 +18,7 @@ class Collect(object): self.collect_func = [] self.path = None self.export = export - self.format = 'xlsx' + self.format = 'xls' def get_mod(self): """ @@ -71,11 +71,6 @@ class Collect(object): for thread in threads: thread.join() - # db = Database() - # db.create_table(self.domain) - # db.copy_table(self.domain, self.domain+'_collect') - # db.remove_invalid(self.domain) - # db.deduplicate_subdomain(self.domain) # 数据库导出 if self.export: if not self.path: