gdriveTools: Set log level of googleapiclient.discovery to ERROR
Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
This commit is contained in:
parent
7ebd051ed3
commit
ae16a8338d
|
|
@ -8,7 +8,8 @@ from bot import LOGGER, parent_id, DOWNLOAD_DIR
|
|||
from .fs_utils import get_mime_type
|
||||
from .bot_utils import *
|
||||
|
||||
|
||||
import logging
|
||||
logging.getLogger('googleapiclient.discovery').setLevel(logging.ERROR)
|
||||
class GoogleDriveHelper:
|
||||
|
||||
def __init__(self, listener=None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue