summaryrefslogtreecommitdiffstats
path: root/tele.py
diff options
context:
space:
mode:
Diffstat (limited to 'tele.py')
-rw-r--r--tele.py5
1 files changed, 2 insertions, 3 deletions
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())
+'''