Skip to content

Commit

Permalink
Merge pull request #15 from DXS-GROUP/InDev
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
Nighty3098 authored Aug 30, 2024
2 parents b321c53 + e6345a5 commit 5da01dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ idna==3.7
loguru==0.7.2
magic-filter==1.0.12
multidict==6.0.5
mysql-connector-python==9.0.0
pillow==10.4.0
pretty-errors==1.2.25
psycopg2-binary==2.9.9
pydantic==2.7.4
pydantic_core==2.18.4
requests==2.32.3
setproctitle==1.3.3
typing_extensions==4.12.2
urllib3==2.2.2
yarl==1.9.4
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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 All @@ -15,4 +15,5 @@ async def main() -> None:


if __name__ == "__main__":
setproctitle("TechSupportBot")
asyncio.run(main())

0 comments on commit 5da01dd

Please sign in to comment.