Skip to content

Commit

Permalink
Merge pull request mvdctop#176 from pastay/patch-2
Browse files Browse the repository at this point in the history
Update core.py
  • Loading branch information
mvdctop authored Mar 26, 2020
2 parents 16cd10e + dad8b44 commit ffe99bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def getDataFromJSON(file_number, filepath, failed_folder): # 从JSON返回元
studio = json_data['studio']
source = json_data['source']
runtime = json_data['runtime']
outline = json_data['runtime']
outline = json_data['outline']
label = json_data['label']
year = json_data['year']
try:
Expand Down

0 comments on commit ffe99bf

Please sign in to comment.