fix output path

This commit is contained in:
taropowder
2020-12-23 19:25:28 +08:00
parent b535736c9c
commit 2cd04d57ce
+1 -1
View File
@@ -138,7 +138,7 @@ class OneForAll(object):
:return: exported data :return: exported data
:rtype: list :rtype: list
""" """
return export.export_data(self.domain, alive=self.alive, fmt=self.fmt) return export.export_data(self.domain, alive=self.alive, fmt=self.fmt, path=self.path)
def main(self): def main(self):
""" """