From da0ed1051316a007e9c509eb0a6d56121c5231ea Mon Sep 17 00:00:00 2001 From: Agnes Wendt Date: Sun, 7 Mar 2021 21:06:56 +0100 Subject: Send messages again --- tele.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tele.py') diff --git a/tele.py b/tele.py index 515439f..b56a692 100644 --- a/tele.py +++ b/tele.py @@ -1,8 +1,6 @@ import aioconsole import logging import telethon -import curses - import credentials logging.basicConfig( @@ -30,7 +28,8 @@ async def send_lines(recipient): async def main(): await send_lines(recipient=input("Phone number to chat with: ")) - +''' with client: client.start() client.loop.run_until_complete(main()) +''' -- cgit v1.2.1