Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueli924 committed Apr 5, 2022
1 parent e0f8bb5 commit bdaa2bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']}存在历史记录")
Expand Down

0 comments on commit bdaa2bf

Please sign in to comment.