2026-04-16 15:56:52 +08:00

13 lines
301 B
Python

import os
import sys
# -*- coding: utf-8 -*-
from scrapy.cmdline import execute
dirpath = os.path.dirname(os.path.abspath(__file__))
sys.path.append(dirpath)
if __name__ == "__main__":
execute(['scrapy', 'crawl', 'Website_report_list', '-a', 'params={"job_id":"801","clusterName":"star_4"}'])