Skip to content

Commit

Permalink
Merge pull request #16 from DXS-GROUP/InDev
Browse files Browse the repository at this point in the history
Update main.py
  • Loading branch information
Nighty3098 authored Sep 2, 2024
2 parents 5da01dd + b5a700e commit eb0f333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

from aiogram import Bot
from aiogram.dispatcher.dispatcher import Dispatcher
from setproctitle import setproctitle

from db.db import create_connection, create_table
from handlers import bot, dp
from setproctitle import setproctitle


async def main() -> None:
connection = await create_connection()
Expand Down

0 comments on commit eb0f333

Please sign in to comment.