This commit is contained in:
dylan 2023-04-26 14:00:52 +08:00
parent 5f8263db71
commit bbe86925db
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ import random
import sys
import time,re
import urllib.parse
import jdspider
try:
import jieba # just for linting
@ -39,7 +38,7 @@ except:
#import yaml
from lxml import etree
import requests
import jdspider
# constants
CONFIG_PATH = './config.yml'
USER_CONFIG_PATH = './config.user.yml'