From dad8b443f6fdb845e9b5f8a557e1c5c97fe00671 Mon Sep 17 00:00:00 2001 From: pastay Date: Thu, 26 Mar 2020 17:44:08 +0800 Subject: [PATCH] Update core.py --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 3ad271b..39098ea 100755 --- a/core.py +++ b/core.py @@ -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: