This commit is contained in:
dylan 2022-10-02 20:47:20 +08:00
parent 11a712a22a
commit 0fbaf8b1d9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import time
try:
import jieba # just for linting
import jieba.analyse
import requests
#import yaml
from lxml import etree
except: