Added whitespace

pull/9/head
sgoudham 4 years ago
parent b44f39a62f
commit b0ce830ea5

@ -388,7 +388,7 @@ class Fun(Cog):
async with aiohttp.ClientSession() as session:
async with await session.get(url=url) as response:
# When succesful, read data from json
# When successful, read data from json
if response.status == 200:
insta = await response.json()

Loading…
Cancel
Save