fix
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user