From 9bed8873164443f3e097e7ae6e43f82beb8ab8a1 Mon Sep 17 00:00:00 2001 From: Feng4 Date: Sun, 6 Dec 2020 19:50:46 +0800 Subject: [PATCH] Update core.py --- core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core.py b/core.py index 109ad13..de04995 100755 --- a/core.py +++ b/core.py @@ -49,6 +49,7 @@ def get_data_from_json(file_number, filepath, conf: config.Config): # 从JSON """ func_mapping = { + "airav": airav.main, "avsox": avsox.main, "fc2": fc2.main, "fanza": fanza.main,