mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
fix output path
This commit is contained in:
+1
-1
@@ -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):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user