From bbe86925dbb7efeca44089e6e3736a57621ebcbe Mon Sep 17 00:00:00 2001 From: dylan <58234511@qq.com> Date: Wed, 26 Apr 2023 14:00:52 +0800 Subject: [PATCH] 1 --- jd_comment.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jd_comment.py b/jd_comment.py index 8e6e217..9356770 100644 --- a/jd_comment.py +++ b/jd_comment.py @@ -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'