1
0
mirror of https://github.com/apachecn/epub-crawler.git synced 2025-06-03 23:58:27 +00:00

2022-08-20 21:25:43

This commit is contained in:
wizardforcel 2022-08-20 21:25:43 +08:00
parent d46883c327
commit 706cc3b4a1
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from .util import *
from .img import *
from .config import config
from .sele_crawler import crawl_sele
from .get_article import get_article
from .common import *
def get_toc_from_cfg():
if config['list'] and len(config['list']) > 0:

View File

@ -16,7 +16,7 @@ import traceback
from .util import *
from .img import process_img
from .config import config
from .get_article import get_article
from .common import *
trlocal = threading.local()
drivers = []