diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/main.py b/main.py index 9d7e873..f72d075 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,7 @@ def do_work(chaoxingAPI: Chaoxing): print(f'\n当前章节:{mission["label"]}:{mission["name"]}') for attachment in attachments['attachments']: # 非视频任务跳过 if attachment.get('type') != 'video': - print(f"\n当前任务:{attachment['property']['name']}非视频任务") + # print(f"\n当前任务:{attachment['property']['name']}非视频任务") continue # if attachment['jobid'] in done: # print(f"\n当前视频:{attachment['property']['name']}存在历史记录")