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 23, 2024
1 parent 6c760cf commit 0e624e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiger/tools/communication/telegram/as_user/signin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ async def send_message():
"upsonic_tiger", 21659296,
"7d0ebd20538d88ab0629eb926acb08f7") as client:
message = (await client.send_message("me", "upsonic_tiger_test")).id
await time.sleep(2)
await client.delete_messages(num, message)
time.sleep(2)
await client.delete_messages("me", message)

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

0 comments on commit 0e624e5

Please sign in to comment.