miss json update

This commit is contained in:
caiwx86 2023-03-31 17:07:39 +08:00
parent 46d4ee6753
commit fb138ea66d

View File

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