Enable debugging in examplebot
This commit is contained in:
parent
55798a5b88
commit
31f4e23aba
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
import asyncio
|
import asyncio
|
||||||
|
import logging
|
||||||
|
|
||||||
|
# Turn all debugging on
|
||||||
|
asyncio.get_event_loop().set_debug(True)
|
||||||
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
|
||||||
import yaboli
|
import yaboli
|
||||||
from yaboli.utils import *
|
from yaboli.utils import *
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue