mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 20:57:45 +03:00
Fixed typo and removed unused import
This commit is contained in:
parent
a1e143a5a6
commit
01aafe3854
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
import os
|
||||
import sys
|
||||
import traceback
|
||||
from aiohttp import web
|
||||
import socketio
|
||||
import logging
|
||||
|
@ -15,7 +14,7 @@ from ytdl import DownloadQueueNotifier, DownloadQueue
|
|||
log = logging.getLogger('main')
|
||||
if __name__ == '__main__':
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
|
||||
class Config:
|
||||
_DEFAULTS = {
|
||||
'DOWNLOAD_DIR': '.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue