From b7cfc85df6839ec0599a08e8865aa4bc89e4d5da Mon Sep 17 00:00:00 2001 From: panyi Date: Thu, 1 Aug 2024 10:50:51 +0800 Subject: [PATCH] =?UTF-8?q?Feature=20v2.4.17=20=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test.py b/test.py index 8d52412..f24804a 100644 --- a/test.py +++ b/test.py @@ -1,8 +1 @@ -from fofa_hack import fofa -def main(): - result_generator = fofa.api("thinkphp", endcount=100) - for data in result_generator: - print(data) - -if __name__ == '__main__': - main() \ No newline at end of file +# edit test py \ No newline at end of file