This commit is contained in:
cwx
2023-03-31 22:36:02 +08:00
parent aec2242852
commit 2ea4ac4041
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -99,8 +99,7 @@ class htmlUtils:
return cls.getHTML(url,type="bytes")
@classmethod
def getJSON(cls,url,update=False,test=True):
json_data = cls.getHTML(url,type="json")
def getJSON(cls,url,update=False):
return cls.getHTML(url,type="json")
@classmethod