This commit is contained in:
caiwx86 2022-12-22 13:28:09 +08:00
parent 4ce27dcb2b
commit 363b0c409c

View File

@ -81,7 +81,7 @@ class htmlUtils:
@classmethod
def getJSON(cls,url):
return cls.getHTML(url,type="json")
return cls.getHTML(url,type="json")
@classmethod
def xpathData(cls,c_xpath,url=None,num=None,not_eq=None,update=False):