This commit is contained in:
dylan 2022-10-10 15:18:45 +08:00
parent 231a0415e5
commit 8ebcd4786d
1 changed files with 1 additions and 0 deletions

View File

@ -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')