Compare commits

..

No commits in common. "2c2920d7b5dc65670fc5c05f40f4fb8cf3d1c7d7" and "15b05eb4cf2abb52b7315054d5fbf351eeef3fa9" have entirely different histories.

View File

@ -13,7 +13,7 @@ minio_client = Minio(
)
def get(url):
with urlopen(url) as response:
with urlopen('https://example.com') as response:
data = response.read().decode('utf-8')
return loads(data)