commit
2c2920d7b5
@ -13,7 +13,7 @@ minio_client = Minio(
|
||||
)
|
||||
|
||||
def get(url):
|
||||
with urlopen('https://example.com') as response:
|
||||
with urlopen(url) as response:
|
||||
data = response.read().decode('utf-8')
|
||||
return loads(data)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user