Skip to content

Commit ec10c02

Browse files
committed
[chore]: versioning updates to packages
1 parent 8eb537c commit ec10c02

File tree

3 files changed

+1100
-429
lines changed

3 files changed

+1100
-429
lines changed

backend/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def start_background_tasks(self):
4949
await self.discord_bot.load_extension("integrations.discord.cogs")
5050
except (ImportError, commands.ExtensionError) as e:
5151
logger.error("Failed to load Discord cog extension: %s", e)
52-
52+
5353
# Start the bot as a background task.
5454
asyncio.create_task(
5555
self.discord_bot.start(settings.discord_bot_token)
@@ -127,4 +127,4 @@ async def favicon():
127127
host="0.0.0.0",
128128
port=8000,
129129
reload=True
130-
)
130+
)

0 commit comments

Comments
 (0)