# This is a sample Python script. # Press Shift+F10 to execute it or replace it with your code. # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings. import sys from spider.winhc_job import main as winhc_jab_main from log import get_log log = get_log('main') if __name__ == '__main__': log.info(f"input args: {sys.argv}") winhc_jab_main()