[Retrosign] http -> https

Thanks @ComradeCactus for the tip. Resolves #57
This commit is contained in:
aikaterna
2019-09-17 08:48:39 -07:00
committed by GitHub
parent 9d803c4710
commit 46494784e4

View File

@@ -65,7 +65,7 @@ class Retrosign(commands.Cog):
async with ctx.channel.typing():
async with self.session.post(
"http://photofunia.com/effects/retro-wave", data=data
"https://photofunia.com/effects/retro-wave", data=data
) as response:
if response.status == 200:
soup = bs(await response.text(), "html.parser")