默认导出格式修改为csv

This commit is contained in:
shmilylty
2019-08-23 10:17:33 +08:00
parent 403a3fefcb
commit 69f94193f6
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class Collect(object):
self.collect_func = []
self.path = None
self.export = export
self.format = 'xls'
self.format = 'csv'
def get_mod(self):
"""