Skip to content

Commit

Permalink
W, are you crazy?
Browse files Browse the repository at this point in the history
  • Loading branch information
eyMarv authored Jun 19, 2022
1 parent 75d0367 commit f03de20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebStreamer/bot/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def start_client(client_id, token):
await asyncio.sleep(2)
print("This will take some time, please wait...")
client = await Client(
name=":memory:",
name=str(client_id),
api_id=Var.API_ID,
api_hash=Var.API_HASH,
bot_token=token,
Expand Down

0 comments on commit f03de20

Please sign in to comment.