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,