Fix Telethon 0.18.1 compatibility. Fixes #96

This commit is contained in:
Tulir Asokan
2018-03-24 16:39:28 +02:00
parent 2bf327dbc5
commit 91ae50911e
18 changed files with 48 additions and 62 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import asyncio
import pkg_resources
import logging
from telethon_aio.errors import *
from telethon.errors import *
from ..user import User
from ..commands.auth import enter_password