From 363b0c409cb8a94ac22eb95faf708b6c424b6e67 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Thu, 22 Dec 2022 13:28:09 +0800 Subject: [PATCH] fix --- utils/HtmlUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/HtmlUtils.py b/utils/HtmlUtils.py index 83d56a6..42103e2 100644 --- a/utils/HtmlUtils.py +++ b/utils/HtmlUtils.py @@ -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):