def get_api(self, url):
# return the json version
get = None
get = self.get_api_raw(url) # this can fail by self-created error raising
if get != None:
return json.JSONDecoder().decode( get )
else:
return None
# create a working directory and download the new files
评论列表
文章目录