爬虫服务

This commit is contained in:
2025-11-11 11:57:58 +08:00
parent 3d742bf322
commit 7be02fe396
6 changed files with 265 additions and 11 deletions

View File

@@ -67,6 +67,7 @@ def main():
print(json.dumps(error_output, ensure_ascii=False, indent=2))
sys.exit(1)
" "
if __name__ == "__main__":
main()