Skip to content

Commit

Permalink
Feature v2.4.17 工作流测试
Browse files Browse the repository at this point in the history
  • Loading branch information
panyi committed Aug 1, 2024
1 parent 29eadd6 commit b7cfc85
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test.py
Original file line number Diff line number Diff line change
@@ -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()
# edit test py

0 comments on commit b7cfc85

Please sign in to comment.