Skip to content

Commit

Permalink
🦙 Change port
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed May 4, 2024
1 parent 320947c commit 410919a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/events/ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, bot: Korii):

async def _start(self):
await self.bot.wait_until_ready()
await web._run_app(self.app, print=None)
await web._run_app(self.app, port=6969, print=None)


routes = web.RouteTableDef()
Expand Down

0 comments on commit 410919a

Please sign in to comment.