Update core.py

This commit is contained in:
pastay
2020-03-26 17:44:08 +08:00
committed by GitHub
parent 8d1b1eb84d
commit dad8b443f6

View File

@@ -91,7 +91,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: