From b0ce830ea52c33a82cd42e5a225046240e267283 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 2 Sep 2020 06:55:13 +0100 Subject: [PATCH] Added whitespace --- cogs/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/fun.py b/cogs/fun.py index a23771b0..c19905c3 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -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()