Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Toperlock authored May 27, 2024
1 parent 562496c commit 402f42e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
import json
import requests
import urllib
import yaml
import ipaddress

Expand Down Expand Up @@ -164,7 +163,6 @@ def parse_list_file(link, output_directory):
for link in links:
result_file_name = parse_list_file(link, output_directory=output_dir)
result_file_names.append(result_file_name)
print(result_file_names)

# 打印生成的文件名
# for file_name in result_file_names:
Expand Down

0 comments on commit 402f42e

Please sign in to comment.