From 2cd04d57ce4335f5095f1caabd84fe2af8e08996 Mon Sep 17 00:00:00 2001 From: taropowder Date: Wed, 23 Dec 2020 19:25:28 +0800 Subject: [PATCH] fix output path --- oneforall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneforall.py b/oneforall.py index f81e494..28d0ba8 100644 --- a/oneforall.py +++ b/oneforall.py @@ -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): """