Skip to content

Commit

Permalink
Update signin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Apr 17, 2024
1 parent f3d0b46 commit 1ffa70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiger/tools/communication/telegram/as_user/signin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async def send_message():
"7d0ebd20538d88ab0629eb926acb08f7") as client:
message = await client.send_message("me", "upsonic_tiger_test")
await time.sleep(2)
await message.delelete
await message.delete()

result = asyncio.run(send_message())
return result
Expand Down

0 comments on commit 1ffa70c

Please sign in to comment.