mirror of
https://github.com/myned/modufur.git
synced 2024-12-23 22:27:27 +00:00
Disabled logging for now
This commit is contained in:
parent
4d6659d167
commit
bd46cfeccb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import asyncio
|
||||
import datetime as dt
|
||||
import json
|
||||
import logging
|
||||
# import logging as log
|
||||
import subprocess
|
||||
import sys
|
||||
import traceback as tb
|
||||
|
@ -16,7 +16,7 @@ from misc import exceptions as exc
|
|||
from misc import checks
|
||||
from utils import utils as u
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
# log.basicConfig(level=log.INFO)
|
||||
|
||||
bot = commands.Bot(command_prefix=u.config['prefix'], description='Experimental booru bot')
|
||||
|
||||
|
|
Loading…
Reference in a new issue