pep8
This commit is contained in:
parent
fd6536ce62
commit
02f953228e
1
main.py
1
main.py
@ -4,6 +4,7 @@ from glob import glob
|
|||||||
|
|
||||||
import youtube_dl
|
import youtube_dl
|
||||||
from telegram.ext import Updater, MessageHandler, Filters
|
from telegram.ext import Updater, MessageHandler, Filters
|
||||||
|
|
||||||
from vid_utils import check_dimension
|
from vid_utils import check_dimension
|
||||||
|
|
||||||
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO)
|
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO)
|
||||||
|
Loading…
Reference in New Issue
Block a user