Skip to content

Commit

Permalink
[Quotes] Fix use of the API with an expired certificate (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAA3A-AAA3A committed Feb 12, 2024
1 parent b4969f3 commit 94c2273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quotes/quotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Quotes(commands.Cog):

def __init__(self, bot: Red):
self.bot = bot
self.api = "https://api.quotable.io/random"
self.api = "http://api.quotable.io/random"
self.session = aiohttp.ClientSession()

async def cog_unload(self):
Expand Down

0 comments on commit 94c2273

Please sign in to comment.