From 8ebcd4786de7e461bc59f361791ac0a72ee27f01 Mon Sep 17 00:00:00 2001 From: dylan <58234511@qq.com> Date: Mon, 10 Oct 2022 15:18:45 +0800 Subject: [PATCH] 1 --- jd_comment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jd_comment.py b/jd_comment.py index e27d2e5..1ab9ebb 100644 --- a/jd_comment.py +++ b/jd_comment.py @@ -22,6 +22,7 @@ try: import requests #import yaml from lxml import etree + import zhon.hanzi except: print('解决依赖问题...稍等') os.system('pip3 install lxml &> /dev/null')