[+] Setup logger based on debug
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
|
||||
from .utils import setup_logger
|
||||
|
||||
DEBUG = bool(os.environ.get("DEBUG", False))
|
||||
log = setup_logger(DEBUG)
|
||||
|
||||
|
||||
ASCII_CAT = r"""
|
||||
/\_/\
|
||||
( | | )
|
||||
|
||||
Reference in New Issue
Block a user