diff options
Diffstat (limited to 'tele.py')
| -rw-r--r-- | tele.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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()) +''' |
