From ed488897b17490be3d88d260c291488e067617ff Mon Sep 17 00:00:00 2001 From: odysseusmax Date: Tue, 11 Aug 2020 07:11:16 +0000 Subject: [PATCH] fix typo --- app/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views.py b/app/views.py index e6841db..95cc0f5 100644 --- a/app/views.py +++ b/app/views.py @@ -6,8 +6,8 @@ from jinja2 import Markup from telethon.tl import types from telethon.tl.custom import Message -from util import get_file_name, get_human_size -from config import chat_id +from .util import get_file_name, get_human_size +from .config import chat_id log = logging.getLogger(__name__)