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