Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Dec 21, 2024
1 parent 954ac46 commit 8207a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyUltroid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def custom_getaddrinfo(host, port, family=0, type=0, proto=0, flags=0):


async def initialize_vc_client(udB, ultroid_bot):
LOGS.info("Initialising PyTgCalls...")
vc_client, call_client = await vc_connection(udB, ultroid_bot)
await call_client.start()
return vc_client, call_client
Expand Down

0 comments on commit 8207a76

Please sign in to comment.