diff options
| author | Agnes Wendt <agnes@wendt.nu> | 2021-03-07 21:06:56 +0100 |
|---|---|---|
| committer | Agnes Wendt <agnes@wendt.nu> | 2021-03-07 21:06:56 +0100 |
| commit | da0ed1051316a007e9c509eb0a6d56121c5231ea (patch) | |
| tree | ddd8bafd08dc4d8d79d01c5e04daf9c43adea6f0 /tele.py | |
| parent | 9a742a6bcbc4df9af0ed576fc2b457f58fd5e590 (diff) | |
| download | tg-da0ed1051316a007e9c509eb0a6d56121c5231ea.tar.gz | |
Send messages again
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()) +''' |
