From fb138ea66dae7589583475ed74c08de1db941ab5 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Fri, 31 Mar 2023 17:07:39 +0800 Subject: [PATCH] miss json update --- utils/HtmlUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/HtmlUtils.py b/utils/HtmlUtils.py index 9d563d0..acf425b 100644 --- a/utils/HtmlUtils.py +++ b/utils/HtmlUtils.py @@ -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):