This commit is contained in:
Hodza Alban 2017-08-06 15:49:22 +02:00 committed by GitHub
parent fd6536ce62
commit 02f953228e

View File

@ -4,6 +4,7 @@ from glob import glob
import youtube_dl
from telegram.ext import Updater, MessageHandler, Filters
from vid_utils import check_dimension
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO)