mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
fix output path
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ class OneForAll(object):
|
||||
:return: exported data
|
||||
: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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user