Update core.py

This commit is contained in:
Feng4
2020-12-06 19:59:29 +08:00
committed by GitHub
parent 1c9e2fc822
commit b6ee20b88c

View File

@@ -8,6 +8,7 @@ from PIL import Image
from ADC_function import *
# =========website========
from WebCrawler import airav
from WebCrawler import avsox
from WebCrawler import fanza
from WebCrawler import fc2
@@ -48,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,